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 46
46
]
47
47
},
48
48
{
49
- "description" : " NFC: keys are normalized" ,
49
+ "description" : " NFC: keys are normalized (unquoted) " ,
50
50
"src" : " .local $x = {\u1E0A\u0323 :string} .match $x \u1E0A\u0323 {{Not normalized}} \u1E0C\u0307 {{Normalized}} * {{Wrong}}" ,
51
51
"expErrors" : [{"type" : " duplicate-variant" }]
52
52
},
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
+ },
53
63
{
54
64
"description" : " NFC: keys are normalized" ,
55
65
"src" : " .local $x = {\u1E0A\u0323 :string} .match $x \u1E0C\u0307 {{Right}} * {{Wrong}}" ,
You can’t perform that action at this time.
0 commit comments