aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isa/goal-matching.ML
blob: 843e2ca53fb71946af2fbe96097805dee72008bf (plain)
1
2
3
4
5
6
7
8
9
10
(* 
   Test case sent by David von Oheimb.
   Bug in matching case-insensitively meant that
   the SELECT_GOAL line was considered a goal.
*)

Goal "x";
by (SELECT_GOAL all_tac 1);