summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser10.p
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/tptp_parser10.p')
-rw-r--r--test/regress/regress0/tptp_parser10.p10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/tptp_parser10.p b/test/regress/regress0/tptp_parser10.p
new file mode 100644
index 000000000..90db619e7
--- /dev/null
+++ b/test/regress/regress0/tptp_parser10.p
@@ -0,0 +1,10 @@
+% EXPECT: unsat
+% EXIT: 20
+
+%--------------------------------------------------------------------------
+
+fof(query_1,axiom, ![A,B]: (A != B => e(A) != e(B)) ).
+
+fof(query_1,conjecture, e(1.6) != e(1) ).
+
+%--------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback