-
Notifications
You must be signed in to change notification settings - Fork 236
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
Fixes in unescape routine #771
Merged
Merged
Commits on Jun 27, 2024
-
Rename
EscapeError::UnrecognizedSymbol
to `EscapeError::Unrecognize……dEntity` and tweak error message
Configuration menu - View commit details
-
Copy full SHA for b9fcf6e - Browse repository at this point
Copy the full SHA b9fcf6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bfa87 - Browse repository at this point
Copy the full SHA 10bfa87View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6aedc0 - Browse repository at this point
Copy the full SHA d6aedc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf10782 - Browse repository at this point
Copy the full SHA cf10782View commit details -
Do not restrict maximal length of the character reference
XML allows any number of leading zeroes. That is not explicitly mentioned in the specification, but enforced by the conformance test suite (https://www.w3.org/XML/Test/)
Configuration menu - View commit details
-
Copy full SHA for 55a537a - Browse repository at this point
Copy the full SHA 55a537aView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04bddd6 - Browse repository at this point
Copy the full SHA 04bddd6View commit details -
Do not allow (positive) sign in character references
Negative sing will return ParseIntError(InvalidDigit) because we parse into unsigned number, but `+` sign is allowed by the parse method. To return the same error for both `+` and `-` we check for sign itself before parse
Configuration menu - View commit details
-
Copy full SHA for 42d7123 - Browse repository at this point
Copy the full SHA 42d7123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bf12d - Browse repository at this point
Copy the full SHA 80bf12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1d391 - Browse repository at this point
Copy the full SHA aa1d391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0315ed0 - Browse repository at this point
Copy the full SHA 0315ed0View commit details
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.