summaryrefslogtreecommitdiff
path: root/test-suite/ide/undo019.fake
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/ide/undo019.fake')
-rw-r--r--test-suite/ide/undo019.fake14
1 files changed, 14 insertions, 0 deletions
diff --git a/test-suite/ide/undo019.fake b/test-suite/ide/undo019.fake
new file mode 100644
index 00000000..70e70d7e
--- /dev/null
+++ b/test-suite/ide/undo019.fake
@@ -0,0 +1,14 @@
+# Script simulating a dialog between coqide and coqtop -ideslave
+# Run it via fake_ide
+#
+# bug #2569 : Undoing a focused subproof
+#
+INTERP Goal True.
+INTERP {
+INTERP exact I.
+INTERP }
+REWIND 1
+# <replay>
+INTERP }
+# </replay>
+INTERP Qed.