Skip to content

Commit

Permalink
Adding ABC test
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Nov 18, 2024
1 parent bfd34e7 commit 8bb37bc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions test/pure/abc.n3s
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
@prefix : <urn:example:> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .

() log:onNegativeSurface {
:A a :Test .
() log:onNegativeSurface {
:C a :Test .
} .
} .

() log:onNegativeSurface {
:B a :Test .
:C a :Test .
} .

() log:onNegativeSurface {
() log:onNegativeSurface {
:A a :Test .
:B a :Test .
:C a :Test .
} .
() log:onNegativeAnswerSurface {
:test :is true .
} .
} .

0 comments on commit 8bb37bc

Please sign in to comment.