-
Notifications
You must be signed in to change notification settings - Fork 228
BREAKING: Support typesetting apostrophe (') and backtick (`) #3105
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9d63c6c
Add utility function _is_ascii
seisman 89ac19a
Handling apostrophe and backtick
seisman 3e3117b
Add a doctest for non_ascii_to_octal
seisman f5b358a
Split the long build_arg_list doctest into multiple doctests
seisman 75da591
Update test_text_quotation_marks
seisman b1ec38a
Merge branch 'main' into quotes
seisman 54dcabe
Merge branch 'main' into quotes
seisman 149c2ef
Merge branch 'main' into quotes
seisman 06b1060
Typo
seisman 94092b4
Merge branch 'main' into quotes
seisman 2242476
Merge branch 'main' into quotes
seisman 8bd53e6
Merge branch 'main' into quotes
seisman 782cf08
Rename _is_ascii to _is_printable_ascii
seisman 0430c20
Merge branch 'main' into quotes
seisman 37ecc0e
Add the private _is_printable_ascii function to simplify codes
seisman 20819de
Merge branch 'main' into is_printable_ascii
seisman 2ef3b61
Merge branch 'is_printable_ascii' into quotes
seisman 28b30f3
Merge branch 'main' into quotes
seisman 9d1db40
Merge branch 'main' into quotes
seisman fe3cdcd
Apply suggestions from code review
seisman 045548c
Fix names
seisman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
outs: | ||
- md5: 90d08c5a11c606abed51b84eafcdea04 | ||
size: 1662 | ||
- md5: f3ddc9b50f3da1facdbcd32261db3bd6 | ||
size: 2965 | ||
hash: md5 | ||
path: test_text_quotation_marks.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.