Skip to content

Commit

Permalink
test: regression for line comments
Browse files Browse the repository at this point in the history
  • Loading branch information
payneca committed May 19, 2022
1 parent a7d3faf commit 2a5017b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions indent.ms
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,16 @@
(spaces n "; align middle")))
'(0 10 20 30 40 50 60 70 80))

(check-indent
(code
(spaces 40 "; line 1")
(spaces 40 ";")
(spaces 40 "; line 3"))
(code
"; line 1"
";"
"; line 3"))

(check-indent
(code
"(let ()"
Expand Down

0 comments on commit 2a5017b

Please sign in to comment.