issues
search
jmespath-community
/
typescript-jmespath
TypeScript implementation of JMESPath
Mozilla Public License 2.0
4
stars
2
forks
source link
'\'abc\''
#20
Closed
springcomp
closed
1 year ago
springcomp
commented
1 year ago
Raw-string escape is broken:
'\'abc\''
should output
"'abc'"
whereas it outputs
"'abc\\'"
.
Raw-string escape is broken:
'\'abc\''
should output"'abc'"
whereas it outputs"'abc\\'"
.