aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/pretty/short-string-escapes.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-05 18:39:49 -0500
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit343124df71010055c2c1e6cdcadd13d23b2c013a (patch)
tree7c2de6a72021adaac89e9c4fa97e7cc5503e0657 /test/extra/pretty/short-string-escapes.ttl
parent530edb265fbbed20e6d3a6fd7a36461ff83d9b46 (diff)
downloadserd-343124df71010055c2c1e6cdcadd13d23b2c013a.tar.gz
serd-343124df71010055c2c1e6cdcadd13d23b2c013a.tar.bz2
serd-343124df71010055c2c1e6cdcadd13d23b2c013a.zip
[WIP] Add support for URI hex escape decoding
Diffstat (limited to 'test/extra/pretty/short-string-escapes.ttl')
-rw-r--r--test/extra/pretty/short-string-escapes.ttl2
1 files changed, 1 insertions, 1 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" .