summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo006.fake
blob: cdfdee1b7a60bfebe0d691bb557e31dcec41a89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Script simulating a dialog between coqide and coqtop -ideslave
# Run it via fake_ide
#
# Undoing declarations, as first step
# Was bugged in 8.1
#
ADD here { Theorem c : O=O. }
ADD { Inductive T : Type := I. }
EDIT_AT here
# <replay>
ADD { Inductive T : Type := I. }
# <\replay>
ADD { trivial. }
ADD { Qed. }