Skip to content
New issue

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

API returns regexes in a strange way #17

Closed
dylanratcliffe opened this issue Sep 8, 2018 · 1 comment
Closed

API returns regexes in a strange way #17

dylanratcliffe opened this issue Sep 8, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@dylanratcliffe
Copy link
Owner

item_syntax currently returns this:

"item_syntax": {
    "$regex": "^\\w-\\d+$",
    "$options": "m"
},

I need to fix that so that it returns what the spec demands. Related to #16

@dylanratcliffe dylanratcliffe added the bug Something isn't working label Sep 8, 2018
@dylanratcliffe
Copy link
Owner Author

Turns out this is probably the best way to be returning this, as there is no standard way. I'll just change the spec

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant