|
1 | 1 | @prefix : <http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#> .
|
2 | 2 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
3 |
| -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 3 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
4 | 4 | @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
|
5 | 5 | @prefix mfx: <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
|
6 | 6 | @prefix qt: <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
|
|
103 | 103 | :test_pn_bad_13
|
104 | 104 |
|
105 | 105 | :test_pp_coll
|
| 106 | + |
| 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 |
106 | 112 | ) .
|
107 | 113 |
|
108 | 114 | :test_1 rdf:type mf:PositiveSyntaxTest11 ;
|
|
622 | 628 | dawgt:approvedBy <http://www.w3.org/2009/sparql/meeting/2012-08-07#resolution_2> ;
|
623 | 629 | mf:name "syn-pp-in-collection" ;
|
624 | 630 | mf:action <syn-pp-in-collection.rq> ;.
|
| 631 | + |
| 632 | +:test_codepoint_escape_01 rdf:type mf:PositiveSyntaxTest11 ; |
| 633 | + dawgt:approval dawgt:Proposed ; |
| 634 | + mf:name "\\U unicode codepoint escaping in literal" ; |
| 635 | + mf:action <syn-codepoint-escape-01.rq> ;. |
| 636 | + |
| 637 | +:test_codepoint_escape_02 rdf:type mf:PositiveSyntaxTest11 ; |
| 638 | + dawgt:approval dawgt:Proposed ; |
| 639 | + mf:name "\\U unicode codepoint escaping in query syntax" ; |
| 640 | + mf:action <syn-codepoint-escape-02.rq> ;. |
| 641 | + |
| 642 | +:test_codepoint_escape_03 rdf:type mf:PositiveSyntaxTest11 ; |
| 643 | + dawgt:approval dawgt:Proposed ; |
| 644 | + mf:name "\\U and \\u unicode codepoint escaping in variable name" ; |
| 645 | + mf:action <syn-codepoint-escape-03.rq> ;. |
| 646 | + |
| 647 | +:test_codepoint_escape_bad_04 rdf:type mf:NegativeSyntaxTest11 ; |
| 648 | + dawgt:approval dawgt:Proposed ; |
| 649 | + mf:name "Invalid multi-pass codepoint escaping (\\u then \\U)" ; |
| 650 | + mf:description "Unescaping one escape sequence must not produce content that is used in another escape sequence" ; |
| 651 | + mf:action <syn-codepoint-escape-bad-04.rq> ;. |
| 652 | + |
| 653 | +:test_codepoint_escape_bad_05 rdf:type mf:NegativeSyntaxTest11 ; |
| 654 | + dawgt:approval dawgt:Proposed ; |
| 655 | + mf:name "Invalid multi-pass codepoint escaping (\\U then \\u)" ; |
| 656 | + mf:description "Unescaping one escape sequence must not produce content that is used in another escape sequence" ; |
| 657 | + mf:action <syn-codepoint-escape-bad-05.rq> ;. |
0 commit comments