aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-24 18:21:42 -0400
committerDavid Robillard <d@drobilla.net>2025-03-24 18:39:08 -0400
commit38e2af1455bc526a8cbf8f056809dbc8455a9f0b (patch)
treef065641a826bae992f0fcda784fa5147f295cce9 /test
parent1027483b10f84216d22d1b466729d90623c917f9 (diff)
downloadserd-38e2af1455bc526a8cbf8f056809dbc8455a9f0b.tar.gz
serd-38e2af1455bc526a8cbf8f056809dbc8455a9f0b.tar.bz2
serd-38e2af1455bc526a8cbf8f056809dbc8455a9f0b.zip
Add test case with only a UTF-8 byte order mark
Diffstat (limited to 'test')
-rw-r--r--test/extra/good/manifest.ttl6
-rw-r--r--test/extra/good/test-bom-only.nt0
-rw-r--r--test/extra/good/test-bom-only.ttl1
3 files changed, 7 insertions, 0 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl
index 2e3a64af..659f8fd1 100644
--- a/test/extra/good/manifest.ttl
+++ b/test/extra/good/manifest.ttl
@@ -126,6 +126,12 @@
mf:name "test-bom" ;
mf:result <test-bom.nt> .
+<#test-bom-only>
+ a rdft:TestTurtleEval ;
+ mf:action <test-bom-only.ttl> ;
+ mf:name "test-bom-only" ;
+ mf:result <test-bom-only.nt> .
+
<#test-boolish-prefix>
a rdft:TestTurtleEval ;
mf:action <test-boolish-prefix.ttl> ;
diff --git a/test/extra/good/test-bom-only.nt b/test/extra/good/test-bom-only.nt
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/extra/good/test-bom-only.nt
diff --git a/test/extra/good/test-bom-only.ttl b/test/extra/good/test-bom-only.ttl
new file mode 100644
index 00000000..5f282702
--- /dev/null
+++ b/test/extra/good/test-bom-only.ttl
@@ -0,0 +1 @@
+ \ No newline at end of file