Skip to content

Commit 5979a87

Browse files
kaseigkellogg
authored andcommitted
Remove syntax tests for codepoint escapes used outside of literals.
1 parent 86220f3 commit 5979a87

File tree

3 files changed

+10
-28
lines changed

3 files changed

+10
-28
lines changed

sparql11/data-sparql11/syntax-query/manifest.ttl

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,11 @@
105105
:test_pp_coll
106106

107107
: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
115113
) .
116114

117115
:test_1 rdf:type mf:PositiveSyntaxTest11 ;
@@ -637,39 +635,29 @@
637635
mf:name "\\U unicode codepoint escaping in literal" ;
638636
mf:action <syn-codepoint-escape-01.rq> ;.
639637

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 ;
651639
dawgt:approval dawgt:Proposed ;
652640
mf:name "Invalid multi-pass codepoint escaping (\\u then \\U)" ;
653641
mf:description "Unescaping one escape sequence must not produce content that is used in another escape sequence" ;
654642
mf:action <syn-codepoint-escape-bad-04.rq> ;.
655643

656-
:test_codepoint_escape_bad_05 rdf:type mf:NegativeSyntaxTest11 ;
644+
:test_codepoint_escape_bad_03 rdf:type mf:NegativeSyntaxTest11 ;
657645
dawgt:approval dawgt:Proposed ;
658646
mf:name "Invalid multi-pass codepoint escaping (\\U then \\u)" ;
659647
mf:description "Unescaping one escape sequence must not produce content that is used in another escape sequence" ;
660648
mf:action <syn-codepoint-escape-bad-05.rq> ;.
661649

662-
:test_codepoint_boundaries_01 rdf:type mf:PositiveSyntaxTest11 ;
650+
:test_codepoint_boundaries_04 rdf:type mf:PositiveSyntaxTest11 ;
663651
dawgt:approval dawgt:Proposed ;
664652
mf:name "utf8 literal using codepoints at notable unicode boundaries" ;
665653
mf:action <1val1STRING_LITERAL1_with_UTF8_boundaries.rq> ;.
666654

667-
:test_codepoint_boundaries_01_escaped rdf:type mf:PositiveSyntaxTest11 ;
655+
:test_codepoint_boundaries_escaped_05 rdf:type mf:PositiveSyntaxTest11 ;
668656
dawgt:approval dawgt:Proposed ;
669657
mf:name "\\U and \\u unicode codepoint escaping in literal using codepoints at notable unicode boundaries" ;
670658
mf:action <1val1STRING_LITERAL1_with_UTF8_boundaries_escaped.rq> ;.
671659

672-
:test_invalid_codepoint_escaped_bad_01 rdf:type mf:NegativeSyntaxTest11 ;
660+
:test_codepoint_invalid_escaped_bad_06 rdf:type mf:NegativeSyntaxTest11 ;
673661
dawgt:approval dawgt:Proposed ;
674662
mf:name "\\u unicode codepoint escaping in literal using partial surrogate pair" ;
675663
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" ;

sparql11/data-sparql11/syntax-query/syn-codepoint-escape-02.rq

Lines changed: 0 additions & 3 deletions
This file was deleted.

sparql11/data-sparql11/syntax-query/syn-codepoint-escape-03.rq

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)