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-nt-syntax-eol-lfcr.nt | |
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-nt-syntax-eol-lfcr.nt')
-rw-r--r-- | test/extra/good/test-nt-syntax-eol-lfcr.nt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/extra/good/test-nt-syntax-eol-lfcr.nt b/test/extra/good/test-nt-syntax-eol-lfcr.nt new file mode 100644 index 00000000..c006a463 --- /dev/null +++ b/test/extra/good/test-nt-syntax-eol-lfcr.nt @@ -0,0 +1,8 @@ + +
<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 |