We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b73b7 commit 6bcd592Copy full SHA for 6bcd592
test/tests/functions/string.json
@@ -61,7 +61,12 @@
61
"expErrors": [{"type": "duplicate-variant"}]
62
},
63
{
64
- "description": "NFC: keys are normalized",
+ "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)",
70
"src": ".local $x = {\u1E0C\u0307 :string} .match $x \u1E0A\u0323 {{Right}} * {{Wrong}}",
71
"exp": "Right"
72
}
0 commit comments