Skip to content

Commit e85b397

Browse files
committed
Add tests for new regexp char escapes
1 parent 1bc60b4 commit e85b397

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

clj/test/vim_clojure_static/syntax_test.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
"\\cA" regexp-escape
144144
"\\c1" !regexp-escape
145145
"\\c" !regexp-escape
146+
;; Special character escapes
147+
"\\(\\)\\[\\]\\{\\}\\^\\$\\*\\?\\+" regexp-escape
146148

147149
;;;; Character classes
148150

0 commit comments

Comments
 (0)