summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo017.fake
blob: 232360e9d142ef12e0c1e0ce7147b930db618a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Script simulating a dialog between coqide and coqtop -ideslave
# Run it via fake_ide
#
# bug #2569 : Undoing inside modules
#
INTERP Module M.
INTERP Definition x := 0.
INTERP End M.
REWIND 1
# <replay>
INTERP End M.
# </replay>
INTERPRAW Check M.x.