File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4646 ]
4747 },
4848 {
49- "description" : " NFC: keys are normalized" ,
49+ "description" : " NFC: keys are normalized (unquoted) " ,
5050 "src" : " .local $x = {\u1E0A\u0323 :string} .match $x \u1E0A\u0323 {{Not normalized}} \u1E0C\u0307 {{Normalized}} * {{Wrong}}" ,
5151 "expErrors" : [{"type" : " duplicate-variant" }]
5252 },
53+ {
54+ "description" : " NFC: keys are normalized (quoted)" ,
55+ "src" : " .local $x = {\u1E0A\u0323 :string} .match $x |\u1E0A\u0323 | {{Not normalized}} |\u1E0C\u0307 | {{Normalized}} * {{Wrong}}" ,
56+ "expErrors" : [{"type" : " duplicate-variant" }]
57+ },
58+ {
59+ "description" : " NFC: keys are normalized (mixed)" ,
60+ "src" : " .local $x = {\u1E0A\u0323 :string} .match $x \u1E0A\u0323 {{Not normalized}} |\u1E0C\u0307 | {{Normalized}} * {{Wrong}}" ,
61+ "expErrors" : [{"type" : " duplicate-variant" }]
62+ },
5363 {
5464 "description" : " NFC: keys are normalized" ,
5565 "src" : " .local $x = {\u1E0A\u0323 :string} .match $x \u1E0C\u0307 {{Right}} * {{Wrong}}" ,
You can’t perform that action at this time.
0 commit comments