summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo002.fake
blob: b855b6ea7d834f7309cf6f960550fc53f2317601 (plain)
1
2
3
4
5
6
7
8
9
10
# Script simulating a dialog between coqide and coqtop -ideslave
# Run it via fake_ide
#
# Simple backtrack by 2 before two global definitions
#
INTERP Definition foo := 0.
INTERP Definition bar := 1.
REWIND 2
INTERPRAW Fail Check foo.
INTERPRAW Fail Check bar.