diff options
Diffstat (limited to 'test/extra/pretty/short-string-escapes.ttl')
-rw-r--r-- | test/extra/pretty/short-string-escapes.ttl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/extra/pretty/short-string-escapes.ttl b/test/extra/pretty/short-string-escapes.ttl new file mode 100644 index 00000000..0665e814 --- /dev/null +++ b/test/extra/pretty/short-string-escapes.ttl @@ -0,0 +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" . |