diff options
author | David Robillard <d@drobilla.net> | 2023-02-05 18:39:49 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 343124df71010055c2c1e6cdcadd13d23b2c013a (patch) | |
tree | 7c2de6a72021adaac89e9c4fa97e7cc5503e0657 /test/extra/ascii/test-whitespace.ttl | |
parent | 530edb265fbbed20e6d3a6fd7a36461ff83d9b46 (diff) | |
download | serd-343124df71010055c2c1e6cdcadd13d23b2c013a.tar.gz serd-343124df71010055c2c1e6cdcadd13d23b2c013a.tar.bz2 serd-343124df71010055c2c1e6cdcadd13d23b2c013a.zip |
[WIP] Add support for URI hex escape decoding
Diffstat (limited to 'test/extra/ascii/test-whitespace.ttl')
-rw-r--r-- | test/extra/ascii/test-whitespace.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/extra/ascii/test-whitespace.ttl b/test/extra/ascii/test-whitespace.ttl new file mode 100644 index 00000000..92c8892a --- /dev/null +++ b/test/extra/ascii/test-whitespace.ttl @@ -0,0 +1,9 @@ +@prefix : <http://example.org/foo#> . + +:a :b """\nthis \ris a \U00015678long +literal\uABCD +""" . + +:d :e """\tThis \uABCDis\r \U00015678another\n +one +""" . |