diff options
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -115,8 +115,7 @@ Four arguments: the paredit command, the text of the buffer ;; (paredit-close-angled ?\< ?\>) ) '(("(|" "()|") - ;++ No way to express expected errors. - ;; ("foo|" error) + ("foo|" error) ("(foo| ;\n )" "(foo ;\n )|") ("(foo| ;\n bar)" "(foo ;\n bar)|") ("(foo| ;\n bar )" "(foo ;\n bar)|"))) |