Skip to content

bug with comment alignment #197

@oakmac

Description

@oakmac

I found this one while working on PR-195:

# bug with comment alignment

--Input
;; comment1
(aaa
bbb ccc)

;; comment2
(aaa bbb
         ccc
         ddd)
--Input

--Expected
;; comment1
(aaa
  bbb ccc)

;; comment2
(aaa bbb
  ccc
  ddd)
--Expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv1 blockerRequired for a v1.0.0 release

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions