|
105 | 105 | :test_pp_coll
|
106 | 106 |
|
107 | 107 | :test_codepoint_escape_01
|
108 |
| -:test_codepoint_escape_02 |
109 |
| -:test_codepoint_escape_03 |
110 |
| -:test_codepoint_escape_bad_04 |
111 |
| -:test_codepoint_escape_bad_05 |
112 |
| -:test_codepoint_boundaries_01 |
113 |
| -:test_codepoint_boundaries_01_escaped |
114 |
| -:test_invalid_codepoint_escaped_bad_01 |
| 108 | +:test_codepoint_escape_bad_02 |
| 109 | +:test_codepoint_escape_bad_03 |
| 110 | +:test_codepoint_boundaries_04 |
| 111 | +:test_codepoint_boundaries_escaped_05 |
| 112 | +:test_codepoint_invalid_escaped_bad_06 |
115 | 113 | ) .
|
116 | 114 |
|
117 | 115 | :test_1 rdf:type mf:PositiveSyntaxTest11 ;
|
|
637 | 635 | mf:name "\\U unicode codepoint escaping in literal" ;
|
638 | 636 | mf:action <syn-codepoint-escape-01.rq> ;.
|
639 | 637 |
|
640 |
| -:test_codepoint_escape_02 rdf:type mf:PositiveSyntaxTest11 ; |
641 |
| - dawgt:approval dawgt:Proposed ; |
642 |
| - mf:name "\\U unicode codepoint escaping in query syntax" ; |
643 |
| - mf:action <syn-codepoint-escape-02.rq> ;. |
644 |
| - |
645 |
| -:test_codepoint_escape_03 rdf:type mf:PositiveSyntaxTest11 ; |
646 |
| - dawgt:approval dawgt:Proposed ; |
647 |
| - mf:name "\\U and \\u unicode codepoint escaping in variable name" ; |
648 |
| - mf:action <syn-codepoint-escape-03.rq> ;. |
649 |
| - |
650 |
| -:test_codepoint_escape_bad_04 rdf:type mf:NegativeSyntaxTest11 ; |
| 638 | +:test_codepoint_escape_bad_02 rdf:type mf:NegativeSyntaxTest11 ; |
651 | 639 | dawgt:approval dawgt:Proposed ;
|
652 | 640 | mf:name "Invalid multi-pass codepoint escaping (\\u then \\U)" ;
|
653 | 641 | mf:description "Unescaping one escape sequence must not produce content that is used in another escape sequence" ;
|
654 | 642 | mf:action <syn-codepoint-escape-bad-04.rq> ;.
|
655 | 643 |
|
656 |
| -:test_codepoint_escape_bad_05 rdf:type mf:NegativeSyntaxTest11 ; |
| 644 | +:test_codepoint_escape_bad_03 rdf:type mf:NegativeSyntaxTest11 ; |
657 | 645 | dawgt:approval dawgt:Proposed ;
|
658 | 646 | mf:name "Invalid multi-pass codepoint escaping (\\U then \\u)" ;
|
659 | 647 | mf:description "Unescaping one escape sequence must not produce content that is used in another escape sequence" ;
|
660 | 648 | mf:action <syn-codepoint-escape-bad-05.rq> ;.
|
661 | 649 |
|
662 |
| -:test_codepoint_boundaries_01 rdf:type mf:PositiveSyntaxTest11 ; |
| 650 | +:test_codepoint_boundaries_04 rdf:type mf:PositiveSyntaxTest11 ; |
663 | 651 | dawgt:approval dawgt:Proposed ;
|
664 | 652 | mf:name "utf8 literal using codepoints at notable unicode boundaries" ;
|
665 | 653 | mf:action <1val1STRING_LITERAL1_with_UTF8_boundaries.rq> ;.
|
666 | 654 |
|
667 |
| -:test_codepoint_boundaries_01_escaped rdf:type mf:PositiveSyntaxTest11 ; |
| 655 | +:test_codepoint_boundaries_escaped_05 rdf:type mf:PositiveSyntaxTest11 ; |
668 | 656 | dawgt:approval dawgt:Proposed ;
|
669 | 657 | mf:name "\\U and \\u unicode codepoint escaping in literal using codepoints at notable unicode boundaries" ;
|
670 | 658 | mf:action <1val1STRING_LITERAL1_with_UTF8_boundaries_escaped.rq> ;.
|
671 | 659 |
|
672 |
| -:test_invalid_codepoint_escaped_bad_01 rdf:type mf:NegativeSyntaxTest11 ; |
| 660 | +:test_codepoint_invalid_escaped_bad_06 rdf:type mf:NegativeSyntaxTest11 ; |
673 | 661 | dawgt:approval dawgt:Proposed ;
|
674 | 662 | mf:name "\\u unicode codepoint escaping in literal using partial surrogate pair" ;
|
675 | 663 | mf:description "Using a codepoint that is half of a surrogate pair (in the range U+D800–U+DFFF) without a corresponding codepoint is illegal" ;
|
|
0 commit comments