Skip to content

Commit

Permalink
Add another selection test
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Oct 14, 2024
1 parent 80b73b7 commit 6bcd592
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/tests/functions/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
"expErrors": [{"type": "duplicate-variant"}]
},
{
"description": "NFC: keys are normalized",
"description": "NFC: :string normalizes the comparison value (un-normalized selector, normalized key)",
"src": ".local $x = {\u1E0A\u0323 :string} .match $x \u1E0C\u0307 {{Right}} * {{Wrong}}",
"exp": "Right"
},
{
"description": "NFC: keys are normalized (normalized selector, un-normalized key)",
"src": ".local $x = {\u1E0C\u0307 :string} .match $x \u1E0A\u0323 {{Right}} * {{Wrong}}",
"exp": "Right"
}
Expand Down

0 comments on commit 6bcd592

Please sign in to comment.