summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo005.fake
blob: 525b9f2a6be8d0afac3d117167733e91988d5ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Script simulating a dialog between coqide and coqtop -ideslave
# Run it via fake_ide
#
# Undoing arbitrary commands, as non-first step
#
INTERP Theorem b : O=O.
INTERP assert True by trivial.
INTERP Ltac g x := x.
# <replay>
REWIND 1
# <\replay>
INTERP Ltac g x := x.
INTERP assert True by trivial.
INTERP trivial.
INTERP Qed.