diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bad-lang.ttl | 1 | ||||
-rw-r--r-- | tests/bad-num.ttl | 1 | ||||
-rw-r--r-- | tests/bad-string.ttl | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/bad-lang.ttl b/tests/bad-lang.ttl new file mode 100644 index 00000000..01e04328 --- /dev/null +++ b/tests/bad-lang.ttl @@ -0,0 +1 @@ +<> <http://example.org/pred> "hello"@\bad .
\ No newline at end of file diff --git a/tests/bad-num.ttl b/tests/bad-num.ttl new file mode 100644 index 00000000..7685f0e0 --- /dev/null +++ b/tests/bad-num.ttl @@ -0,0 +1 @@ +<> <http://example.org/pred> .hello .
\ No newline at end of file diff --git a/tests/bad-string.ttl b/tests/bad-string.ttl new file mode 100644 index 00000000..0bdea42c --- /dev/null +++ b/tests/bad-string.ttl @@ -0,0 +1 @@ +<> <http://example.org/pred> "hello
\ No newline at end of file |