-
Notifications
You must be signed in to change notification settings - Fork 238
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
Introduce Config
struct that holds parser configuration and implement #513
#677
Commits on Nov 4, 2023
-
Add explicit tests for
expand_empty_elements
reader optionOld tests for that option that comes from xml-rs are removed
Configuration menu - View commit details
-
Copy full SHA for 47f3638 - Browse repository at this point
Copy the full SHA 47f3638View commit details -
Add explicit tests for
trim_text
reader optionOld tests for that option that comes from xml-rs are removed
Configuration menu - View commit details
-
Copy full SHA for 27cb615 - Browse repository at this point
Copy the full SHA 27cb615View commit details -
Add explicit tests for
trim_text_end
reader optionOld tests for that option that comes from xml-rs are removed failures (ignored): trim_text_end::true_ Failure is ignored for now because it is hard to fix it in current implementation of a parser, but a new implementation coming soon, where that will be easy
Configuration menu - View commit details
-
Copy full SHA for d58c8bc - Browse repository at this point
Copy the full SHA d58c8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4176571 - Browse repository at this point
Copy the full SHA 4176571View commit details -
Add explicit tests for
check_end_names
reader optionfailures: check_end_names::true_::mismatched_tags
Configuration menu - View commit details
-
Copy full SHA for 86ccc0a - Browse repository at this point
Copy the full SHA 86ccc0aView commit details -
tafia#513: Allow to continue parsing after
Error::IllFormed
Fixed: check_end_names::true_::mismatched_tags failures: dashes_in_comments
Configuration menu - View commit details
-
Copy full SHA for 7980448 - Browse repository at this point
Copy the full SHA 7980448View commit details -
Add explicit tests for
check_comments
reader option`dashes_in_comment` test repeat the `check_comments::true_` tests, so removed
Configuration menu - View commit details
-
Copy full SHA for 475a883 - Browse repository at this point
Copy the full SHA 475a883View commit details -
Introduce
.config()
and.config_mut()
and replace builder methods…… with access via `.config_mut()` accessor
Configuration menu - View commit details
-
Copy full SHA for 8101e29 - Browse repository at this point
Copy the full SHA 8101e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77af4b3 - Browse repository at this point
Copy the full SHA 77af4b3View commit details -
Sort options (mostly) alphabetically
text_trim_start and text_trim_end have retained their logical order
Configuration menu - View commit details
-
Copy full SHA for 75b4028 - Browse repository at this point
Copy the full SHA 75b4028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3875bdb - Browse repository at this point
Copy the full SHA 3875bdbView commit details