diff options
author | David Robillard <d@drobilla.net> | 2017-01-05 16:22:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-01-05 16:22:52 -0500 |
commit | 0c71ed6ce02ee7ff65a5da2cf863c5712a67cb4b (patch) | |
tree | 217344e3fac3b1f6cb8e116ef257cfa39835529f /tests/NQuadsTests/nt-syntax-str-esc-02.nq | |
parent | 4c6600603704454df7c3a21039111f195d2d0ff1 (diff) | |
download | serd-0c71ed6ce02ee7ff65a5da2cf863c5712a67cb4b.tar.gz serd-0c71ed6ce02ee7ff65a5da2cf863c5712a67cb4b.tar.bz2 serd-0c71ed6ce02ee7ff65a5da2cf863c5712a67cb4b.zip |
Add support for NQuads
Diffstat (limited to 'tests/NQuadsTests/nt-syntax-str-esc-02.nq')
-rw-r--r-- | tests/NQuadsTests/nt-syntax-str-esc-02.nq | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/NQuadsTests/nt-syntax-str-esc-02.nq b/tests/NQuadsTests/nt-syntax-str-esc-02.nq new file mode 100644 index 00000000..e7d032f0 --- /dev/null +++ b/tests/NQuadsTests/nt-syntax-str-esc-02.nq @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "a\u0020b" . |