From 38e2af1455bc526a8cbf8f056809dbc8455a9f0b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Mar 2025 18:21:42 -0400 Subject: Add test case with only a UTF-8 byte order mark --- test/extra/good/manifest.ttl | 6 ++++++ test/extra/good/test-bom-only.nt | 0 test/extra/good/test-bom-only.ttl | 1 + 3 files changed, 7 insertions(+) create mode 100644 test/extra/good/test-bom-only.nt create mode 100644 test/extra/good/test-bom-only.ttl (limited to 'test') 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-only> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "test-bom-only" ; + mf:result . + <#test-boolish-prefix> a rdft:TestTurtleEval ; mf:action ; 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 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 -- cgit v1.2.1