Skip to content
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

test: fix and test number comments #100

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

not-my-profile
Copy link
Contributor

Many comments were misaligned in 9f7ddab (eslint fixes) by changing let to const which is two chars longer.

This commit fixes the alignments as well as consistently puts the digits for \n below the blackslash.
A respective test is introduced (which can update all comments if the OVERRIDE environment variable is set).

Many comments were misaligned in 9f7ddab (eslint fixes)
by changing `let` to `const` which is two chars longer.

This commit fixes the alignments as well as consistently
puts the digits for `\n` below the blackslash.
A respective test is introduced (which can update all comments
if the OVERRIDE environment variable is set).
@jgm jgm merged commit 8e811a6 into jgm:main Oct 21, 2024
1 check passed
@jgm
Copy link
Owner

jgm commented Oct 21, 2024

Great, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants