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

Windows line endings in binary files fix #1361

Merged
merged 5 commits into from
May 24, 2021

Conversation

kaydeearts
Copy link
Collaborator

This should fix #1355.

@kaydeearts kaydeearts changed the title Windows line endings in binary file fix Windows line endings in binary files fix May 14, 2021
tests/tx_test.py Outdated
font_path = get_input_path('regular_CFF2.otf')
actual_path = runner(CMD + ['-s', '-a', '-o', 'cff2',
'*S', '*b', '-f', font_path])
expected_path = get_expected_path('bug1355.CFF2')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest renaming the file to bug1355.cff2, i.e. with a lowercase .cff2 for consistency with the other *.cff2 files in expected_output and with the .gitattributes file.

Copy link
Collaborator

@josh-hadley josh-hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kaydeearts kaydeearts merged commit c245a82 into develop May 24, 2021
@kaydeearts kaydeearts deleted the kd-windows-subroutine-fail branch May 24, 2021 18: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.

Subroutinizing doesn't work in windows
3 participants