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

Newlines: Parse \f and normalize in comments #2849

Merged
merged 1 commit into from
Mar 25, 2019
Merged

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Mar 25, 2019

Also:

  1. Moves the normalize* functions and rtrim to a separate object file,
    so that they can be unit tested quickly and easily.
  2. Changes string_to_output to also replace \r\n, fixing Windows tests.
  3. Improves other normalize_* functions and adds tests.

Fixes #2843

sass-spec PRs:

  1. Bug fixes to make it run: Fix --test-probe sass-spec#1365
  2. Enabling the newly passing tests: comment.hrx: libsass fixed in sass/libsass#2849 sass-spec#1366

@glebm glebm force-pushed the newlines branch 3 times, most recently from b1710cb to c38347b Compare March 25, 2019 01:36
glebm added a commit to glebm/sass-spec that referenced this pull request Mar 25, 2019
glebm added a commit to glebm/sass-spec that referenced this pull request Mar 25, 2019
Also:

1. Moves the `normalize*` functions and `rtrim` to a separate object file,
   so that they can be unit tested quickly and easily.
2. Changes `string_to_output` to also replace `\r\n`, fixing Windows tests.
3. Improves other `normalize_*` functions and adds tests.

Refs sass#2843

sass-spec PRs:

1. Bug fixes to make it run: sass/sass-spec#1365
2. Enabling the newly passing tests: sass/sass-spec#1366
@xzyfer
Copy link
Contributor

xzyfer commented Mar 25, 2019

Thank you for fixing the Windows failures

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.

Treat FF, CR, and CR LF as LF
2 participants