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 e87149a commit 40f5fddCopy full SHA for 40f5fdd
Sources/_RegexParser/Regex/Parse/Diagnostics.swift
@@ -179,7 +179,7 @@ extension ParseError: CustomStringConvertible {
179
case .unsupportedDotNetSubtraction:
180
return "subtraction with '-' is unsupported; use '--' instead"
181
case .emptyProperty:
182
- return "empty property"
+ return "expected property name"
183
case .unknownProperty(let key, let value):
184
if let key = key {
185
return "unknown character property '\(key)=\(value)'"
0 commit comments