| 
697 | 697 |     {  | 
698 | 698 |       "src": "{{trailing whitespace}} \n",  | 
699 | 699 |       "exp": "trailing whitespace"  | 
 | 700 | +    },  | 
 | 701 | +    {  | 
 | 702 | +      "description": "NFC: text is not normalized",  | 
 | 703 | +      "src": "\u1E0A\u0323",  | 
 | 704 | +      "exp": "\u1E0A\u0323"  | 
 | 705 | +    },  | 
 | 706 | +    {  | 
 | 707 | +      "description": "NFC: variables are compared to each other as-if normalized; decl is non-normalized, use is",  | 
 | 708 | +      "src": ".local $\u0044\u0323\u0307 = {foo} {{{$\u1E0c\u0307}}}",  | 
 | 709 | +      "exp": "foo"  | 
 | 710 | +    },  | 
 | 711 | +    {  | 
 | 712 | +      "description": "NFC: variables are compared to each other as-if normalized; decl is normalized, use isn't",  | 
 | 713 | +      "src": ".local $\u1E0c\u0307 = {foo} {{{$\u0044\u0323\u0307}}}",  | 
 | 714 | +      "exp": "foo"  | 
 | 715 | +    },  | 
 | 716 | +    {  | 
 | 717 | +      "description": "NFC: variables are compared to each other as-if normalized; decl is normalized, use isn't",  | 
 | 718 | +      "src": ".input {$\u1E0c\u0307} {{{$\u0044\u0323\u0307}}}",  | 
 | 719 | +      "params": [{"name": "\u1E0c\u0307", "value": "foo"}],  | 
 | 720 | +      "exp": "foo"  | 
 | 721 | +    },  | 
 | 722 | +    {  | 
 | 723 | +      "description": "NFC: variables are compared to each other as-if normalized; decl is non-normalized, use is",  | 
 | 724 | +      "src": ".input {$\u0044\u0323\u0307} {{{$\u1E0c\u0307}}}",  | 
 | 725 | +      "params": [{"name": "\u0044\u0323\u0307", "value": "foo"}],  | 
 | 726 | +      "exp": "foo"  | 
 | 727 | +    },  | 
 | 728 | +    {  | 
 | 729 | +      "description": "NFC: variables are compared to each other as-if normalized; decl is non-normalized, use is; reordering",  | 
 | 730 | +      "src": ".local $\u0044\u0307\u0323 = {foo} {{{$\u1E0c\u0307}}}",  | 
 | 731 | +      "exp": "foo"  | 
 | 732 | +    },  | 
 | 733 | +    {  | 
 | 734 | +      "description": "NFC: variables are compared to each other as-if normalized; decl is non-normalized, use is; special case mapping",  | 
 | 735 | +      "src": ".local $\u0041\u030A\u0301 = {foo} {{{$\u01FA}}}",  | 
 | 736 | +      "exp": "foo"  | 
700 | 737 |     }  | 
701 | 738 |   ]  | 
702 | 739 | }  | 
0 commit comments