summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo018.fake
blob: ef0945ab52a73dfd78028093cba8a01e810925fc (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 section
#
INTERP Section M.
INTERP Definition x := 0.
INTERP End M.
REWIND 1
# <replay>
INTERP End M.
# </replay>
INTERPRAW Check x.