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

Revert "Don't use spaces around .. (#74)" #93

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

fredrikekre
Copy link
Owner

Behavior of .. is more tricky than :. Sometimes the space is
required like in e.g. a .. -b which, formatted as a..-b, would give
ParseError: invalid operator ..-.

This reverts commit 7d26dcf.

Behavior of `..` is more tricky than `:`. Sometimes the space is
required like in e.g. `a .. -b` which, formatted as `a..-b`, would give
`ParseError: invalid operator ..-`.

This reverts commit 7d26dcf.
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.76%. Comparing base (5b62e44) to head (55f9076).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   90.76%   90.76%           
=======================================
  Files           8        8           
  Lines        3682     3682           
=======================================
  Hits         3342     3342           
  Misses        340      340           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fredrikekre fredrikekre added this to the 1.0.0 milestone Nov 6, 2024
@fredrikekre fredrikekre merged commit 36ac679 into master Nov 6, 2024
10 checks passed
@fredrikekre fredrikekre deleted the fe/dot-dot branch November 6, 2024 10:30
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.

1 participant