summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo019.fake
blob: 70e70d7e4c38e5ef1cbfffdeccf1ea7fcced168e (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
#
# bug #2569 : Undoing a focused subproof
#
INTERP Goal True.
INTERP {
INTERP exact I.
INTERP }
REWIND 1
# <replay>
INTERP }
# </replay>
INTERP Qed.