Skip to content

Commit

Permalink
Add test for non-escaped U+007F (DEL control character)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 authored Aug 1, 2024
1 parent 18a5245 commit 51dc7dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/name_selector.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@
"A"
]
},
{
"name": "double quotes, embedded U+007F",
"selector": "$[\"\u007F\"]",
"document": {
"\u007F": "A"
},
"result": [
"A"
]
},
{
"name": "double quotes, escaped double quote",
"selector": "$[\"\\\"\"]",
Expand Down

0 comments on commit 51dc7dc

Please sign in to comment.