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

Update Windows escaping for the exact character sequence \n\r #458

Merged
merged 5 commits into from
Oct 9, 2022

Conversation

ericcornelissen
Copy link
Owner

@ericcornelissen ericcornelissen commented Oct 8, 2022

Update the text fixtures for Windows that test that `\n\r` is escaped
such that the expected value has just one space for the exact sequence
of characters `\n\r`.
@ericcornelissen ericcornelissen added the enhancement New feature or request label Oct 8, 2022
@codecov
Copy link

codecov bot commented Oct 8, 2022

Codecov Report

Merging #458 (8ee3aca) into main (cb3d517) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #458   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          785       785           
=========================================
  Hits           785       785           
Flag Coverage Δ
e2e-macos-latest 83.18% <0.00%> (ø)
e2e-ubuntu-latest 82.67% <0.00%> (ø)
e2e-windows-latest 83.05% <50.00%> (ø)
integration-macos-latest 89.42% <0.00%> (ø)
integration-ubuntu-latest 89.55% <0.00%> (ø)
integration-windows-latest 86.87% <100.00%> (ø)
property 96.94% <100.00%> (-0.39%) ⬇️
unit 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/win.js 100.00% <100.00%> (ø)

@ericcornelissen ericcornelissen added the test Relates to testing label Oct 8, 2022
@ericcornelissen ericcornelissen force-pushed the win-escaping-newlines branch 3 times, most recently from 7f85b1e to db36de6 Compare October 9, 2022 08:47
Update the fuzz normalization for CMD and PowerShell in alignment with
the changes to the newline substitution in the source code.
@ericcornelissen ericcornelissen merged commit e540b7e into main Oct 9, 2022
@ericcornelissen ericcornelissen deleted the win-escaping-newlines branch October 9, 2022 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant