diff options
author | David Robillard <d@drobilla.net> | 2024-02-07 12:10:49 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-03-08 17:19:41 -0500 |
commit | 66adb6e1cea6e1231723a41c60f0b9e650e20448 (patch) | |
tree | 7e762dda62b6b5c31c2510f2014bd09f8765b827 /test/extra/good/test-nq-syntax-eol-cr.nq | |
parent | 37723be4c8b49b785c40fe5ccd34edbc7c018e1b (diff) | |
download | serd-66adb6e1cea6e1231723a41c60f0b9e650e20448.tar.gz serd-66adb6e1cea6e1231723a41c60f0b9e650e20448.tar.bz2 serd-66adb6e1cea6e1231723a41c60f0b9e650e20448.zip |
Add more exhaustive NTriples and NQuads test cases
Diffstat (limited to 'test/extra/good/test-nq-syntax-eol-cr.nq')
-rw-r--r-- | test/extra/good/test-nq-syntax-eol-cr.nq | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/extra/good/test-nq-syntax-eol-cr.nq b/test/extra/good/test-nq-syntax-eol-cr.nq new file mode 100644 index 00000000..a25f35f5 --- /dev/null +++ b/test/extra/good/test-nq-syntax-eol-cr.nq @@ -0,0 +1 @@ +
<http://example.org/s> <http://example.org/p> "1" .
# line comment
<http://example.org/s> <http://example.org/p> "2" . # trailing comment
<http://example.org/s> <http://example.org/p> "3" .
<http://example.org/s> <http://example.org/p> "4" .
\ No newline at end of file |