-
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
Add normalize_line_end for unescape and test #807
base: master
Are you sure you want to change the base?
Commits on Sep 25, 2024
-
Add normalize_line_end for unescape and test
z0017k9m committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f5ce0d - Browse repository at this point
Copy the full SHA 4f5ce0dView commit details -
Change normalize_line_end function parameter type to allow more type …
…as input, e.g. &str
z0017k9m committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 45a63c5 - Browse repository at this point
Copy the full SHA 45a63c5View commit details -
Co-authored-by: Mingun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c2ddc5 - Browse repository at this point
Copy the full SHA 1c2ddc5View commit details -
change parameter type from generic to Cow
z0017k9m committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 139b2cb - Browse repository at this point
Copy the full SHA 139b2cbView commit details
Commits on Sep 26, 2024
-
z0017k9m committed
Sep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 6962ae3 - Browse repository at this point
Copy the full SHA 6962ae3View commit details -
Fix regression test failure due to line end normalization
z0017k9m committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 11320ad - Browse repository at this point
Copy the full SHA 11320adView commit details -
Co-authored-by: Mingun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bb282e - Browse repository at this point
Copy the full SHA 0bb282eView commit details
Commits on Sep 27, 2024
-
Still need to normalize if nothing unescaped
z0017k9m committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for f970370 - Browse repository at this point
Copy the full SHA f970370View commit details -
Add line ends test for attribute and text
z0017k9m committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d11c756 - Browse repository at this point
Copy the full SHA d11c756View commit details -
roundtrip test cannot include \r
z0017k9m committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d3ee1ad - Browse repository at this point
Copy the full SHA d3ee1adView commit details
Commits on Sep 28, 2024
-
Update tests/reader-attributes.rs
Co-authored-by: Mingun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbf200f - Browse repository at this point
Copy the full SHA cbf200fView commit details -
Update tests/reader-attributes.rs
Co-authored-by: Mingun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4f83a5 - Browse repository at this point
Copy the full SHA e4f83a5View commit details -
Co-authored-by: Mingun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf99a45 - Browse repository at this point
Copy the full SHA cf99a45View commit details -
Add comment why \r is not include in roundtrip test.
z0017k9m committedSep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 628dce7 - Browse repository at this point
Copy the full SHA 628dce7View commit details -
z0017k9m committed
Sep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 44df9bf - Browse repository at this point
Copy the full SHA 44df9bfView commit details -
z0017k9m committed
Sep 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e1eefc - Browse repository at this point
Copy the full SHA 4e1eefcView commit details
Commits on Sep 29, 2024
-
Add some \r in unescape_text/mixed
z0017k9m committedSep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for ecfeefc - Browse repository at this point
Copy the full SHA ecfeefcView commit details -
Normalizing more line ends, no allocation
z0017k9m committedSep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d880edc - Browse repository at this point
Copy the full SHA d880edcView commit details