diff options
| author | Micah Chalmer <micah@micahchalmer.net> | 2015-02-15 20:36:19 -0500 |
|---|---|---|
| committer | Micah Chalmer <micah@micahchalmer.net> | 2015-02-15 20:41:15 -0500 |
| commit | 5b73df1eeafdf2a67ce36d944c08672f22ff48ab (patch) | |
| tree | e6eaa61741e370a706b16f4a5c8a50107204b014 /rust-mode-tests.el | |
| parent | 97f644577424547498ab4de5b0ec053c978cf39c (diff) | |
| download | rust-mode-5b73df1eeafdf2a67ce36d944c08672f22ff48ab.tar.gz | |
Fix typo/missing lines in comment in test
Diffstat (limited to 'rust-mode-tests.el')
| -rw-r--r-- | rust-mode-tests.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 50fb8a0..4b32e94 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -1124,12 +1124,14 @@ supposed to back out of all parens, but `beginning-of-defun' could leave it inside parens if a fn appears inside them. Having said that, as I write this I don't understand fully what -internal state was corruped and how. There wasn't an obvious +internal state was corrupted and how. There wasn't an obvious pattern to what did and did not trip it." ;; When bug #36 was present, the following test would pass, but running it ;; caused some unknown emacs state to be corrupted such that the following ;; test failed. Both the "blank_line" and "indented_closing_brace" functions + ;; were needed to expose the error, for instance--deleting either of them + ;; would make the failure go away. (with-temp-buffer (rust-mode) (insert "fn blank_line(arg:int) -> bool { |
