Skip to content

Commit ec4c9e6

Browse files
kaseigkellogg
authored andcommitted
Fix comment in syn-codepoint-escape-bad-04.rq.
1 parent 3634bbe commit ec4c9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparql11/data-sparql11/syntax-query/syn-codepoint-escape-bad-04.rq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ SELECT * WHERE {
44

55
# the first escape here produces '\' REVERSE SOLIDUS (U+5C)
66
# its unescaping must not lead to a subsequent unescaping of "\U00000031" escape.
7-
# This should cause a syntax error as "?s ?p \u0031" and NOT a valid query as "?s ?p 1"
7+
# This should cause a syntax error as "?s ?p \U00000031" and NOT a valid query as "?s ?p 1"

0 commit comments

Comments
 (0)