diff options
| author | Enrico Tassi | 2018-12-13 10:23:23 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-12-13 10:24:09 +0100 |
| commit | 00263f3211c67b16a488c6b0c2bc6432a1837256 (patch) | |
| tree | 320db41e12b7497246dea24549c44dbd017e9489 /test-suite | |
| parent | 980431c745997587a9463ead5bdf849e872ce1ad (diff) | |
[test] for #9204
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/ide/join.fake | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test-suite/ide/join.fake b/test-suite/ide/join.fake new file mode 100644 index 0000000000..c4c696ad9a --- /dev/null +++ b/test-suite/ide/join.fake @@ -0,0 +1,20 @@ +# Script simulating a dialog between coqide and coqtop -ideslave +# Run it via fake_ide +# +# Error resiliency +# + +ADD { Section x. } +ADD { Lemma x : True. } +ADD { Proof using. } +ADD here { trivial. } +ADD { fail. } +ADD { Qed. } +ADD { Lemma y : True. } +ADD { Proof using. } +ADD { trivial. } +ADD { Qed. } +ADD { End x. } +FAILJOIN +ASSERT TIP here +ABORT |
