Skip to content

Commit

Permalink
Update test 060 with \U00XXXXXX UCHAR escapes on input.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 8, 2023
1 parent fe4f0f7 commit 92bd980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/rdfc10/test060-in.nq
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
<urn:ex:s:006> <urn:ex:037> "o" <urn:ex:∞> .
<urn:ex:s:006> <urn:ex:038> "o" <urn:ex:\u221e> .
<urn:ex:s:006> <urn:ex:039> "\u0009\u0020<>\"{}|^`\\" .
<urn:ex:s:007> <urn:ex:040> "\U00000000\U00000001\U00000002\U00000003\U00000004\U00000005\U00000006\U00000007\U00000008\U00000009\U0000000a\U0000000b\U0000000c\U0000000d\U0000000e\U0000000f" .
1 change: 1 addition & 0 deletions tests/rdfc10/test060-rdfc10.nq
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
<urn:ex:s:006> <urn:ex:037> "o" <urn:ex:∞> .
<urn:ex:s:006> <urn:ex:038> "o" <urn:ex:∞> .
<urn:ex:s:006> <urn:ex:039> "\t <>\"{}|^`\\" .
<urn:ex:s:007> <urn:ex:040> "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000B\f\r\u000E\u000F" .

0 comments on commit 92bd980

Please sign in to comment.