diff options
author | David Robillard <d@drobilla.net> | 2023-02-28 19:39:35 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-03-31 11:10:52 -0400 |
commit | 002e2edc7fee5297b1bc8e1da4932d38e270f8f8 (patch) | |
tree | e701cf2bcf6663f3b7dd79234b6f3145e4e46f26 /test/good/manifest.ttl | |
parent | 647179b76fe15e5306a5a4f7ebbc1ad933d5a526 (diff) | |
download | serd-002e2edc7fee5297b1bc8e1da4932d38e270f8f8.tar.gz serd-002e2edc7fee5297b1bc8e1da4932d38e270f8f8.tar.bz2 serd-002e2edc7fee5297b1bc8e1da4932d38e270f8f8.zip |
Fix incorrect parsing of strange quote escape patterns
Diffstat (limited to 'test/good/manifest.ttl')
-rw-r--r-- | test/good/manifest.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl index 00009c4f..25359fdc 100644 --- a/test/good/manifest.ttl +++ b/test/good/manifest.ttl @@ -45,6 +45,7 @@ <#test-out-of-range-unicode> <#test-prefix> <#test-pretty> + <#test-quote-escapes> <#test-rel> <#test-semi-dot> <#test-uri-escape> @@ -281,6 +282,12 @@ mf:action <test-pretty.ttl> ; mf:result <test-pretty.nt> . +<#test-quote-escapes> + rdf:type rdft:TestTurtleEval ; + mf:name "test-quote-escapes" ; + mf:action <test-quote-escapes.ttl> ; + mf:result <test-quote-escapes.nt> . + <#test-rel> rdf:type rdft:TestTurtleEval ; mf:name "test-rel" ; |