diff options
Diffstat (limited to 'test/extra/good/test-nt-syntax-eol-crlf.nt')
-rw-r--r-- | test/extra/good/test-nt-syntax-eol-crlf.nt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/extra/good/test-nt-syntax-eol-crlf.nt b/test/extra/good/test-nt-syntax-eol-crlf.nt new file mode 100644 index 00000000..3362a013 --- /dev/null +++ b/test/extra/good/test-nt-syntax-eol-crlf.nt @@ -0,0 +1,7 @@ +
+<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" .
|