summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp_parser9.p
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/tptp_parser9.p')
-rw-r--r--test/regress/regress0/tptp_parser9.p14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regress/regress0/tptp_parser9.p b/test/regress/regress0/tptp_parser9.p
new file mode 100644
index 000000000..dab8065b5
--- /dev/null
+++ b/test/regress/regress0/tptp_parser9.p
@@ -0,0 +1,14 @@
+% EXPECT: unknown (INCOMPLETE)
+% EXIT: 0
+
+%--------------------------------------------------------------------------
+
+fof(query_1,axiom, include(1) ).
+
+fof(query_1,axiom, ![E]: e(E,1.6) ).
+
+fof(query_1,axiom, ![A,E]: ~e(A,3.0E3) ).
+
+fof(query_1,conjecture, ![E]: e(E,2.6) ).
+
+%--------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback