Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Properly test all paths of attribute parsing
Browse files Browse the repository at this point in the history
failures (24):
    events::attributes::html::duplicated::with_check::double_quoted
    events::attributes::html::duplicated::with_check::key_only
    events::attributes::html::duplicated::with_check::single_quoted
    events::attributes::html::duplicated::with_check::unquoted
    events::attributes::html::single::missed_value
    events::attributes::html::sparsed::double_quoted
    events::attributes::html::sparsed::key_contains_invalid
    events::attributes::html::sparsed::key_only
    events::attributes::html::sparsed::key_start_invalid
    events::attributes::html::sparsed::missed_value
    events::attributes::html::sparsed::single_quoted
    events::attributes::html::sparsed::unquoted
    events::attributes::xml::duplicated::with_check::double_quoted
    events::attributes::xml::duplicated::with_check::key_only
    events::attributes::xml::duplicated::with_check::single_quoted
    events::attributes::xml::duplicated::with_check::unquoted
    events::attributes::xml::duplicated::without_check::key_only
    events::attributes::xml::duplicated::without_check::unquoted
    events::attributes::xml::first::key_only
    events::attributes::xml::first::missed_value
    events::attributes::xml::first::unquoted
    events::attributes::xml::single::key_only
    events::attributes::xml::single::missed_value
    events::attributes::xml::sparsed::missed_value
  • Loading branch information
Mingun committed May 3, 2022
1 parent da9e110 commit b122ee7
Show file tree
Hide file tree
Showing 2 changed files with 1,442 additions and 58 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -37,6 +37,7 @@
CDATA event data now represented by its own `BytesCData` type
([quick-xml#311](https://github.com/tafia/quick-xml/issues/311))
- refactor: now `Attributes::next()` returns a new type `AttrError` when attribute parsing failed
- test: properly test all paths of attributes parsing ([#4](https://github.com/Mingun/fast-xml/pull/4))

## 0.23.0-alpha3

Expand Down

0 comments on commit b122ee7

Please sign in to comment.