diff options
author | David Robillard <d@drobilla.net> | 2011-12-25 02:13:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-25 02:13:27 +0000 |
commit | b2effabfc5d02bab56bae00e7aa138a42bd7d3b6 (patch) | |
tree | ba2e9ab5af305b9661fc4e0e79318b8c6676cb85 /tests/test-escapes.out | |
parent | 2501f12f80c3eebed55e5b253ced5a29ac443949 (diff) | |
download | serd-b2effabfc5d02bab56bae00e7aa138a42bd7d3b6.tar.gz serd-b2effabfc5d02bab56bae00e7aa138a42bd7d3b6.tar.bz2 serd-b2effabfc5d02bab56bae00e7aa138a42bd7d3b6.zip |
100% test coverage.
git-svn-id: http://svn.drobilla.net/serd/trunk@276 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/test-escapes.out')
-rw-r--r-- | tests/test-escapes.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-escapes.out b/tests/test-escapes.out new file mode 100644 index 00000000..725b832c --- /dev/null +++ b/tests/test-escapes.out @@ -0,0 +1,2 @@ +<http://example.org/thing> <http://example.org/comment> "\\\r\n\t" . +<http://example.org/thing> <http://example.org/comment> <http://example.org/\u003E> . |