jmespath / jmespath.test

JMESPath compliance tests.
http://jmespath.org
6 stars 5 forks source link

Add tests that cover backslashes in raw strings #9

Closed iconara closed 8 years ago

iconara commented 8 years ago

The official grammar does not allow backslashes in raw strings except when followed by single quote, however there are compliance tests that require backslashes to be treated as any other character, and jp seem to work that way.

This is related to jmespath/jmespath.site#26

jamesls commented 8 years ago

Thanks for the pull request. I'm hoping to free up some time in the near future to look at this in more detail.

jamesls commented 8 years ago

Sorry for the delay. Thanks for adding these tests.