Skip to content

Commit

Permalink
test: a couple additional cases
Browse files Browse the repository at this point in the history
  • Loading branch information
payneca committed May 19, 2022
1 parent 5250351 commit 4d05cbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions indent.ms
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,12 @@
" [#vfx(1 2 3)"
" body"
" ...]"
" [#3vfx(1 2 3)"
" body"
" ...]"
" [#30vfx(1 2 3)"
" body"
" ...]"
" )")
(code
"(match x"
Expand Down Expand Up @@ -619,6 +625,12 @@
"[#vfx(1 2 3)"
"body"
"...]"
"[#3vfx(1 2 3)"
"body"
"...]"
"[#30vfx(1 2 3)"
"body"
"...]"
")"))

(check-indent
Expand Down

0 comments on commit 4d05cbb

Please sign in to comment.