From 34e67d85558c3dbecfcd4dba4077fc9062c21624 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:13 -0400 Subject: Clean up "good" test suite --- test/extra/good/test-blank-cont.ttl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'test/extra/good/test-blank-cont.ttl') diff --git a/test/extra/good/test-blank-cont.ttl b/test/extra/good/test-blank-cont.ttl index b161cdc4..cbf36c44 100644 --- a/test/extra/good/test-blank-cont.ttl +++ b/test/extra/good/test-blank-cont.ttl @@ -1,4 +1,8 @@ -@prefix : . +@prefix eg: . -:subj :pred [ a :FirstThing ] ; - :pred [ a :SecondThing ] . +eg:s + eg:p [ + a eg:FirstThing + ] , [ + a eg:SecondThing + ] . -- cgit v1.2.1