Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Dec 3, 2024
1 parent 7ea9093 commit e755e3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test_format/format.eno
Original file line number Diff line number Diff line change
Expand Up @@ -2113,12 +2113,20 @@ bbb ;; bar
# GitHub Issue #165 - tag literal alignment 2

--Input
(foo bar #aaa "aaa"
;; bbb
:ccc)

(foo bar #aaa "aaa"
;; bbb
:ccc)
--Input

--Expected
(foo bar #aaa "aaa"
;; bbb
:ccc)

(foo bar #aaa "aaa"
;; bbb
:ccc)
Expand Down

0 comments on commit e755e3b

Please sign in to comment.