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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
item_syntax currently returns this:
item_syntax
"item_syntax": { "$regex": "^\\w-\\d+$", "$options": "m" },
I need to fix that so that it returns what the spec demands. Related to #16
The text was updated successfully, but these errors were encountered:
Turns out this is probably the best way to be returning this, as there is no standard way. I'll just change the spec
Sorry, something went wrong.
No branches or pull requests
item_syntax
currently returns this:I need to fix that so that it returns what the spec demands. Related to #16
The text was updated successfully, but these errors were encountered: