Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr authored Feb 28, 2024
1 parent 0b1545d commit c94c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manipulation.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@testset "`text`" begin
doc = parsehtml("<em>foo</em>bar<em></em>baz").root
doc = parsehtml("<em>foo</em>bar<em></em>baz")
@test text(doc.root) == "foobarbaz"

doc = parsehtml("<math><mrow><msub><mrow><mi>MoSe</mi></mrow><mrow><mn>2</mn></mrow></msub></mrow></math>")
Expand Down

0 comments on commit c94c9cd

Please sign in to comment.