From 5c437ab917bd24de66986e95dcf58c3f31e17a34 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 27 May 2015 11:50:11 +0200 Subject: STM: preserve branch name on edit (Close: #4245, #4246) --- test-suite/ide/reopen.fake | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test-suite/ide/reopen.fake (limited to 'test-suite') diff --git a/test-suite/ide/reopen.fake b/test-suite/ide/reopen.fake new file mode 100644 index 0000000000..8166d0137e --- /dev/null +++ b/test-suite/ide/reopen.fake @@ -0,0 +1,21 @@ +# Script simulating a dialog between coqide and coqtop -ideslave +# Run it via fake_ide +# +# jumping between broken proofs + interp error while fixing. +# the error should note make the GUI unfocus the currently focused proof. + +# first proof +ADD { Lemma a : True. } +ADD here { Proof using. } +ADD { fail. } +ADD { trivial. } # first error +ADD { Qed. } +WAIT +EDIT_AT here +# Fixing the proof +ADD fix { trivial. } +ADD { Qed. } +WAIT +EDIT_AT fix +ADD { Qed. } +JOIN -- cgit v1.2.3