summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo017.fake
blob: 37423dc72773a4a5d1ceade890d6f372aabe6d2c (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
#
ADD { Module M. }
ADD here { Definition x := 0. }
ADD { End M. }
EDIT_AT here
# <replay>
ADD { End M. }
# </replay>
QUERY { Check M.x. }