Skip to content

Commit

Permalink
WIP: add failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 17, 2024
1 parent 06bbf4f commit acb1c85
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test_format/format.eno
Original file line number Diff line number Diff line change
Expand Up @@ -1700,3 +1700,19 @@ false}

"aaa"
--Expected

# GitHub Issue #123 - eol commas inside comments

> https://github.com/oakmac/standard-clojure-style-js/issues/123

--Input
;; foo, bar,
;; biz, baz,
wizzle
--Input

--Expected
;; foo, bar,
;; biz, baz,
wizzle
--Expected

0 comments on commit acb1c85

Please sign in to comment.