Skip to content

Commit b9c27c3

Browse files
committed
Align escape tests to community consensus
1 parent ccc590b commit b9c27c3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 3 additions & 1 deletion
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" }
Lines changed: 2 additions & 2 deletions
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)