summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser6.p
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/tptp_parser6.p')
-rw-r--r--test/regress/regress0/tptp_parser6.p16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/regress/regress0/tptp_parser6.p b/test/regress/regress0/tptp_parser6.p
new file mode 100644
index 000000000..0684a6a3d
--- /dev/null
+++ b/test/regress/regress0/tptp_parser6.p
@@ -0,0 +1,16 @@
+% EXPECT: unknown (INCOMPLETE)
+% EXIT: 0
+
+%--------------------------------------------------------------------------
+
+cnf(query_1,axiom, p( A, d ) | cnf ).
+
+cnf(query_1,axiom, cnf | c ).
+
+cnf(query_1,axiom, ~p(A, axiom) | ~ 'c' ).
+
+cnf(query_1,axiom, axiom != d ).
+
+cnf(query_1,negated_conjecture, ~ cnf ).
+
+%--------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback