Skip to content

Commit

Permalink
hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
nirokay committed Dec 19, 2024
1 parent 4f7c3f8 commit fbde5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_html.nim
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test "Children - Adding":
)
check element.getChildren().len() == 4

test "(Un)Ordered lists":
test "(Un-)Ordered lists":
let
uList: HtmlElement = unorderedList(@["eggs", "milk", "bacon"])
oList: HtmlElement = orderedList(@["eggs", "milk", "bacon"])
Expand Down

0 comments on commit fbde5c6

Please sign in to comment.