Skip to content

Commit

Permalink
Add testcase releated to 443
Browse files Browse the repository at this point in the history
  • Loading branch information
aannleax committed Sep 25, 2024
1 parent 3777c47 commit 9a036d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
%! Test related to
%! https://github.com/knowsys/nemo/issues/443

A(1, 2).
B(1, 10).

C(?x, ?y * 5) :- A(?x, ?z), B(?x, ?v), ?y = ?z + ?v, ?y > 10 .

@export C :- csv {}.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1,60

0 comments on commit 9a036d1

Please sign in to comment.