We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3634bbe commit ec4c9e6Copy full SHA for ec4c9e6
sparql11/data-sparql11/syntax-query/syn-codepoint-escape-bad-04.rq
@@ -4,4 +4,4 @@ SELECT * WHERE {
4
5
# the first escape here produces '\' REVERSE SOLIDUS (U+5C)
6
# 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"
+# This should cause a syntax error as "?s ?p \U00000031" and NOT a valid query as "?s ?p 1"
0 commit comments