From 51cc405d288a078543523efd380ce3c7d11ac501 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Jun 2024 15:12:05 -0400 Subject: Improve test suite coverage --- test/extra/good/manifest.ttl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/extra/good/manifest.ttl') diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 5e7458ec..350d7d9c 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -30,6 +30,7 @@ <#test-list-subject> <#test-local-name-ends-with-dot> <#test-local-name-escapes> + <#test-local-name-percent> <#test-long-utf8> <#test-no-spaces> <#test-non-curie-uri> @@ -203,6 +204,12 @@ mf:name "test-local-name-escapes" ; mf:result . +<#test-local-name-percent> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "test-local-name-percent" ; + mf:result . + <#test-long-utf8> a rdft:TestTurtleEval ; mf:action ; -- cgit v1.2.1