jmespath / jmespath/jmespath.site
definition of raw-string-char and compliance test are inconsistent
Open
- Dominant language
- Makefile
- Stars
- 61
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
The definition says the following:
```
raw-string-char = (%x20-26 / %x28-5B / %x5D-10FFFF) / preserved-escape /
raw-string-escape
preserved-escape = escape (%x20-26 / %28-5B / %x5D-10FFFF)
```
However, the compliance test requires to handle the following:
```
'newline\n'
```
I think the definition should accept all characters except `'`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.