From 1d8cdcef2cc4aaf2e45cfab01a390d6eab56d525 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Apr 2023 09:43:55 -0400 Subject: Add test for different comment termination cases --- 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 28c371a8..24b301e9 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -17,6 +17,7 @@ <#test-blankdot> <#test-bom> <#test-changing-base> + <#test-comment-whitespace> <#test-cr> <#test-digit-start-pname> <#test-double> @@ -106,6 +107,12 @@ mf:name "test-changing-base" ; mf:result . +<#test-comment-whitespace> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "test-comment-whitespace" ; + mf:result . + <#test-cr> a rdft:TestTurtleEval ; mf:action ; -- cgit v1.2.1