diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea (patch) | |
tree | 9a132c9b99fc16404fe6ef24ac0632c03c9ea001 /test/extra/good/test-escapes.nt | |
parent | 34e67d85558c3dbecfcd4dba4077fc9062c21624 (diff) | |
download | serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.gz serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.tar.bz2 serd-1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea.zip |
Factor out a suite of "perfect" reversible tests
Diffstat (limited to 'test/extra/good/test-escapes.nt')
-rw-r--r-- | test/extra/good/test-escapes.nt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/extra/good/test-escapes.nt b/test/extra/good/test-escapes.nt deleted file mode 100644 index e30222e7..00000000 --- a/test/extra/good/test-escapes.nt +++ /dev/null @@ -1,2 +0,0 @@ -<http://example.org/thing> <http://example.org/comment> "\\\r\n\t" . -<http://example.org/thing> <http://example.org/comment> <http://example.org/\u005C> . |