test: fix list name

This commit is contained in:
Artemy Egorov 2024-08-02 22:38:52 +03:00
parent ef1688b3be
commit fd698859b8

View file

@ -44,11 +44,11 @@ fn bench() {
Tag::Br, Tag::Br,
Tag::Code("Hello world".to_owned(), TNArgument::Null), Tag::Code("Hello world".to_owned(), TNArgument::Null),
Tag::Br, Tag::Br,
Tag::Ol(vec![ Tag::Ul(vec![
Tag::El(NNBody::Text("abc".to_owned())), Tag::El(NNBody::Text("abc".to_owned())),
Tag::El(NNBody::Tags(vec![ Tag::El(NNBody::Tags(vec![
Tag::El(NNBody::Text("def".to_owned())), Tag::El(NNBody::Text("def".to_owned())),
Tag::Ol(vec![ Tag::Ul(vec![
Tag::El(NNBody::Text("defabc".to_owned())), Tag::El(NNBody::Text("defabc".to_owned())),
Tag::El(NNBody::Text("defdef".to_owned())), Tag::El(NNBody::Text("defdef".to_owned())),
]), ]),