We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b569d commit 78b4522Copy full SHA for 78b4522
Sources/_RegexParser/Regex/Parse/Diagnostics.swift
@@ -176,7 +176,7 @@ extension ParseError: CustomStringConvertible {
176
case .invalidCharacterClassRangeOperand:
177
return "invalid character class range"
178
case .emptyProperty:
179
- return "empty property"
+ return "expected property name"
180
case .unknownProperty(let key, let value):
181
if let key = key {
182
return "unknown character property '\(key)=\(value)'"
0 commit comments