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