aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-01-26 14:02:45 +0000
committerDavid Aspinall1999-01-26 14:02:45 +0000
commitbe5687fa3a41c415e3a71529efa90425b513d103 (patch)
tree72ad32925886d5c10da8124657744c87cedd3af6
parent8cabd2c3c7c5f41d5d7e2e6042217353960f6394 (diff)
Added David von Oheimbs test case for case matching
-rw-r--r--etc/isa/goal-matching.ML11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/isa/goal-matching.ML b/etc/isa/goal-matching.ML
new file mode 100644
index 00000000..a36f4fab
--- /dev/null
+++ b/etc/isa/goal-matching.ML
@@ -0,0 +1,11 @@
+(*
+ Test case sent by David von Oheimb.
+ Bug in matching case-insensitively meant that
+ the SELECT_GOAL line was considered a goal.
+ Apparently. Haven't been able to reproduce.
+*)
+
+Goal "x";
+by (SELECT_GOAL all_tac 1);
+
+