summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-rw-r--r--test.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.el b/test.el
index 3dd9f83..23a684a 100644
--- a/test.el
+++ b/test.el
@@ -75,7 +75,8 @@ Three arguments: the paredit command, the text of the buffer
(paredit-test-bracketed '((paredit-open-round ?\( ?\))
(paredit-open-square ?\[ ?\])
(paredit-open-curly ?\{ ?\})
- (paredit-open-angled ?\< ?\>))
+ ;; (paredit-open-angled ?\< ?\>)
+ )
'(("(foo|bar)" "(foo (|) bar)")
("(foo| bar)" "(foo (|) bar)")
("(foo |bar)" "(foo (|) bar)")