aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-28 12:58:00 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-28 12:58:00 +0200
commitbd8606189268c3fcdd3506872d459cb9032a33bf (patch)
tree413e691b7c6651d12f6f1f75782e3f76053eadfc /test-suite
parent792042a695083b73f0e998b20197ef0d3de25812 (diff)
parent076efd5f8d17f1b73bcc7669641b89f86819e3c9 (diff)
Merge PR #7090: stm: don't propagate side effects when editing a proof
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/ide/bug7088.fake13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-suite/ide/bug7088.fake b/test-suite/ide/bug7088.fake
new file mode 100644
index 000000000..e2a2aa52a
--- /dev/null
+++ b/test-suite/ide/bug7088.fake
@@ -0,0 +1,13 @@
+ADD { Arguments id T x : rename. }
+ADD { Lemma foo : True. }
+ADD here { Proof. }
+ADD { exact 3. }
+ADD { Qed. }
+WAIT
+EDIT_AT here
+ADD { Arguments id FOO BAR : rename. }
+ADD { exact I. }
+ADD { Qed. }
+ADD { Arguments id T x : assert. }
+JOIN
+