diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-03-28 12:58:00 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-03-28 12:58:00 +0200 |
commit | bd8606189268c3fcdd3506872d459cb9032a33bf (patch) | |
tree | 413e691b7c6651d12f6f1f75782e3f76053eadfc /test-suite/ide | |
parent | 792042a695083b73f0e998b20197ef0d3de25812 (diff) | |
parent | 076efd5f8d17f1b73bcc7669641b89f86819e3c9 (diff) |
Merge PR #7090: stm: don't propagate side effects when editing a proof
Diffstat (limited to 'test-suite/ide')
-rw-r--r-- | test-suite/ide/bug7088.fake | 13 |
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 + |