Skip to content

Commit c8068c4

Browse files
committed
Align escape tests to community consensus
1 parent 642c29d commit c8068c4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
PREFIX : <http://example/>
22
SELECT *
3-
WHERE { <\u0078> :\u0070 ?xx\u0078 }
3+
## Community: \ u escapes in URIs and strings only.
4+
## U+0078 is 'x'
5+
WHERE { <\u0078> :p "xx\u0078" }
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PREFIX : <http://example/>
22
SELECT *
3-
# Comments can contain \ u
3+
## Community: \ u escapes in URIs and strings only.
44
# <\u0078> :\u0070 ?xx\u0078
5-
WHERE { <\u0078> :\u0070 ?xx\u0078 }
5+
WHERE { <\u0078> :p "xx\u0078" }

0 commit comments

Comments
 (0)