We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown flag such as the example below is just ignored in the serialization.
"Fraulein"%s
It would be more transparent and informative to throw an error g, e.g. Flag s is unknown.
Flag s is unknown.
A combination of known and unknown flags such as the example below:
"Fraulein"%cs
returns errors:
[302, "Failing to parse at symbol: '\"'", 13 ], [ 302, "Could not parse query >>> \"Fraulein\"%cs <<<." ]
As the first example, an error should be thrown.
The text was updated successfully, but these errors were encountered:
[orth="l(au|ie)fen"%cd] returns a warning
[orth="l(au|ie)fen"%cd]
"warnings": [ [ 748, "Flag is unknown", "flags:diacriticsInsensitive" ] ]
Sorry, something went wrong.
No branches or pull requests
Unknown flag such as the example below is just ignored in the serialization.
It would be more transparent and informative to throw an error g, e.g.
Flag s is unknown.
A combination of known and unknown flags such as the example below:
returns errors:
As the first example, an error should be thrown.
The text was updated successfully, but these errors were encountered: