summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/tptp_parser2.p
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/tptp/tptp_parser2.p')
-rw-r--r--test/regress/regress0/tptp/tptp_parser2.p13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress0/tptp/tptp_parser2.p b/test/regress/regress0/tptp/tptp_parser2.p
new file mode 100644
index 000000000..e165b6b2f
--- /dev/null
+++ b/test/regress/regress0/tptp/tptp_parser2.p
@@ -0,0 +1,13 @@
+% Status: Unsatisfiable
+
+%--------------------------------------------------------------------------
+
+cnf(query_1,axiom, a | b ).
+
+cnf(query_1,axiom, b | c ).
+
+cnf(query_1,axiom, ~a | ~ 'c' ).
+
+cnf(query_1,negated_conjecture, ~ b ).
+
+%--------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback