aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/ide/undo018.fake
blob: 42e64218e0bd88ed6914c851a8195e35c7599aa0 (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.