diff options
author | David Robillard <d@drobilla.net> | 2021-07-13 14:39:11 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 154e33ef21d175bb97263a8318dc0cc461a64321 (patch) | |
tree | 3e010f3a79b1ca5bd8528de3730f8090c22df963 /test/extra/lax/test-bad-string.nt | |
parent | 233dc12e44eea2ebd967b5fc9fbfe8f1b153adf6 (diff) | |
download | serd-154e33ef21d175bb97263a8318dc0cc461a64321.tar.gz serd-154e33ef21d175bb97263a8318dc0cc461a64321.tar.bz2 serd-154e33ef21d175bb97263a8318dc0cc461a64321.zip |
Test lax NTriples parsing separately
Diffstat (limited to 'test/extra/lax/test-bad-string.nt')
-rw-r--r-- | test/extra/lax/test-bad-string.nt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/extra/lax/test-bad-string.nt b/test/extra/lax/test-bad-string.nt index 24f80a2e..72eb9621 100644 --- a/test/extra/lax/test-bad-string.nt +++ b/test/extra/lax/test-bad-string.nt @@ -1 +1,3 @@ +<http://example.org/s1> <http://example.org/p1> "Truncated line +<http://example.org/s1> <http://example.org/p1> "Bad escape \? " . <http://example.org/s1> <http://example.org/p2> "Good" . |