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