diff options
-rw-r--r-- | tests/bad/bad-char-in-local.ttl | 3 | ||||
-rw-r--r-- | tests/bad/bad-char-in-prefix.ttl | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/bad/bad-char-in-local.ttl b/tests/bad/bad-char-in-local.ttl new file mode 100644 index 00000000..6ad4a1ca --- /dev/null +++ b/tests/bad/bad-char-in-local.ttl @@ -0,0 +1,3 @@ +@prefix eg: <http://example.org/> . + +eg:bad† <http://example.org/p> <http://example.org/o> . diff --git a/tests/bad/bad-char-in-prefix.ttl b/tests/bad/bad-char-in-prefix.ttl new file mode 100644 index 00000000..b54e0274 --- /dev/null +++ b/tests/bad/bad-char-in-prefix.ttl @@ -0,0 +1 @@ +bad†:s <http://example.org/p> <http://example.org/o> . |