mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2024-11-06 01:43:57 +03:00
test: fix list name
This commit is contained in:
parent
ef1688b3be
commit
fd698859b8
1 changed files with 2 additions and 2 deletions
|
@ -44,11 +44,11 @@ fn bench() {
|
|||
Tag::Br,
|
||||
Tag::Code("Hello world".to_owned(), TNArgument::Null),
|
||||
Tag::Br,
|
||||
Tag::Ol(vec![
|
||||
Tag::Ul(vec![
|
||||
Tag::El(NNBody::Text("abc".to_owned())),
|
||||
Tag::El(NNBody::Tags(vec![
|
||||
Tag::El(NNBody::Text("def".to_owned())),
|
||||
Tag::Ol(vec![
|
||||
Tag::Ul(vec![
|
||||
Tag::El(NNBody::Text("defabc".to_owned())),
|
||||
Tag::El(NNBody::Text("defdef".to_owned())),
|
||||
]),
|
||||
|
|
Loading…
Reference in a new issue