Skip to content

bug with comment alignment #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
oakmac opened this issue Apr 9, 2025 · 1 comment
Open

bug with comment alignment #197

oakmac opened this issue Apr 9, 2025 · 1 comment
Labels
bug Something isn't working v1 blocker Required for a v1.0.0 release

Comments

@oakmac
Copy link
Owner

oakmac commented Apr 9, 2025

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
@oakmac oakmac added bug Something isn't working v1 blocker Required for a v1.0.0 release labels Apr 9, 2025
@oakmac
Copy link
Owner Author

oakmac commented Apr 9, 2025

;; comment2 is being "attached" to bbb here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1 blocker Required for a v1.0.0 release
Projects
None yet
Development

No branches or pull requests

1 participant