Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Aug 16, 2024
1 parent d47e704 commit 5b630c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/issues-OLD/test061.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[1,3],[2,4]]
[[_4,3],[2,_4]]
[[_163,_164],[_179,_180]]
[[_163,_179],[_164,_180]]
[[_169,_170],[_185,_186]]
[[_169,_185],[_170,_186]]
4 changes: 2 additions & 2 deletions tests/issues-OLD/test074.expected
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
clause(cup(_3),(liftable(_3),holds_liquid(_3)))
clause(liftable(_3),(light(_3),part(_3,handle)))
clause(light(_3),small(_3))
clause(holds_liquid(_3),(part(_3,_59),concave(_59),points_up(_59)))
clause(holds_liquid(_3),(part(_3,_61),concave(_61),points_up(_61)))
clause(concave(bowl),true)
cup(_3):-(small(_3),part(_3,handle)),part(_3,_59),concave(_59),points_up(_59)
cup(_3):-(small(_3),part(_3,handle)),part(_3,_61),concave(_61),points_up(_61)

0 comments on commit 5b630c7

Please sign in to comment.