aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/UTF-8.ttl7
-rw-r--r--tests/bad-ns.ttl1
2 files changed, 7 insertions, 1 deletions
diff --git a/tests/UTF-8.ttl b/tests/UTF-8.ttl
index 4aa347e8..66be456e 100644
--- a/tests/UTF-8.ttl
+++ b/tests/UTF-8.ttl
@@ -212,4 +212,9 @@ Box drawing alignment tests: █
║└─╥─┘║ │╚═╤═╝│ │╘═╪═╛│ │╙─╀─╜│ ┃└─╂─┘┃ ░░▒▒▓▓██ ┊ ┆ ╎ ╏ ┇ ┋ ▏
╚══╩══╝ └──┴──┘ ╰──┴──╯ ╰──┴──╯ ┗━━┻━━┛ ▗▄▖▛▀▜ └╌╌┘ ╎ ┗╍╍┛ ┋ ▁▂▃▄▅▆▇█
▝▀▘▙▄▟
-""" . \ No newline at end of file
+""" .
+<> rdfs:comment """
+ 5 byte character: \U3FFFFFF
+ 6 byte character: \U7FFFFFFF
+""" .
+
diff --git a/tests/bad-ns.ttl b/tests/bad-ns.ttl
new file mode 100644
index 00000000..4410573e
--- /dev/null
+++ b/tests/bad-ns.ttl
@@ -0,0 +1 @@
+<> a badprefix:Thing . \ No newline at end of file