summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo004.fake
blob: 9029b03e246666612cd1cdb810406a4ab73e7159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Script simulating a dialog between coqide and coqtop -ideslave
# Run it via fake_ide
#
# Undoing arbitrary commands, as first step
#
ADD here { Theorem a : O=O. }
ADD { Ltac f x := x. }
EDIT_AT here
# <replay>
ADD { Ltac f x := x. }
# <\replay>
ADD { assert True by trivial. }
ADD { trivial. }
ADD { Qed. }