Skip to content

Commit 6bcd592

Browse files
committed
Add another selection test
1 parent 80b73b7 commit 6bcd592

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/tests/functions/string.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@
6161
"expErrors": [{"type": "duplicate-variant"}]
6262
},
6363
{
64-
"description": "NFC: keys are normalized",
64+
"description": "NFC: :string normalizes the comparison value (un-normalized selector, normalized key)",
65+
"src": ".local $x = {\u1E0A\u0323 :string} .match $x \u1E0C\u0307 {{Right}} * {{Wrong}}",
66+
"exp": "Right"
67+
},
68+
{
69+
"description": "NFC: keys are normalized (normalized selector, un-normalized key)",
6570
"src": ".local $x = {\u1E0C\u0307 :string} .match $x \u1E0A\u0323 {{Right}} * {{Wrong}}",
6671
"exp": "Right"
6772
}

0 commit comments

Comments
 (0)