diff options
Diffstat (limited to 'test/extra/pretty')
-rw-r--r-- | test/extra/pretty/short-string-escapes.ttl | 2 | ||||
-rw-r--r-- | test/extra/pretty/uri-escapes.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/extra/pretty/short-string-escapes.ttl b/test/extra/pretty/short-string-escapes.ttl index 0665e814..fad74284 100644 --- a/test/extra/pretty/short-string-escapes.ttl +++ b/test/extra/pretty/short-string-escapes.ttl @@ -1,4 +1,4 @@ @prefix eg: <http://example.org/> . eg:s - eg:p "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\u000B\f\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F\\\u007F" . + eg:p "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b \u000B\f\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F\\\u007F" . diff --git a/test/extra/pretty/uri-escapes.ttl b/test/extra/pretty/uri-escapes.ttl index 09ced38a..9d12a798 100644 --- a/test/extra/pretty/uri-escapes.ttl +++ b/test/extra/pretty/uri-escapes.ttl @@ -1,2 +1,2 @@ <http://example.org/s> - <http://example.org/p> <http://example.org/\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009\u000A\u000B\u000C\u000D\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F!\u0022#$%&'()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\u005C]\u005E_\u0060abcdefghijklmnopqrstuvwxyz\u007B\u007C\u007D~\u007F> . + <http://example.org/p> <http://example.org/%01%02%03%04%05%06%07%08%09%0A%0B%0C%0D%0E%0F%10%11%12%13%14%15%16%17%18%19%1A%1B%1C%1D%1E%1F!%22#$%25&'()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[%5C]%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~%7F> . |