From 840139223c77dba90b5ef92537e6c982b000c196 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Jun 2021 13:34:31 -0400 Subject: Factor out UTF-8 reading utilities --- test/bad/bad-eof-in-character.ttl | 3 +++ test/bad/manifest.ttl | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 test/bad/bad-eof-in-character.ttl (limited to 'test') diff --git a/test/bad/bad-eof-in-character.ttl b/test/bad/bad-eof-in-character.ttl new file mode 100644 index 00000000..a614803a --- /dev/null +++ b/test/bad/bad-eof-in-character.ttl @@ -0,0 +1,3 @@ +@prefix eg: . + +<> eg:comment "Only the leading byte à \ No newline at end of file diff --git a/test/bad/manifest.ttl b/test/bad/manifest.ttl index 466a4435..d024dccc 100644 --- a/test/bad/manifest.ttl +++ b/test/bad/manifest.ttl @@ -34,6 +34,7 @@ <#bad-eof-after-quotes> <#bad-eof-at-string-start> <#bad-eof-in-blank> + <#bad-eof-in-character> <#bad-eof-in-escape> <#bad-eof-in-lang-suffix> <#bad-eof-in-lang> @@ -215,6 +216,11 @@ mf:name "bad-eof-in-blank" ; mf:action . +<#bad-eof-in-character> + rdf:type rdft:TestTurtleNegativeSyntax ; + mf:name "bad-eof-in-character" ; + mf:action . + <#bad-eof-in-escape> rdf:type rdft:TestTurtleNegativeSyntax ; mf:name "bad-eof-in-escape" ; -- cgit v1.2.1