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 e755e3b commit 0ef8316
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_format/format.eno
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,9 @@ bbb ;; bar
(foo bar #aaa "aaa"
;; bbb
:ccc)

(foo
#aaa "aaa")
--Input

--Expected
Expand All @@ -2130,4 +2133,7 @@ bbb ;; bar
(foo bar #aaa "aaa"
;; bbb
:ccc)

(foo
#aaa "aaa")
--Expected

0 comments on commit 0ef8316

Please sign in to comment.