test/extra/checking/checks/test_html.rb in nanoc-4.0.0b3 vs test/extra/checking/checks/test_html.rb in nanoc-4.0.0b4
- old
+ new
@@ -32,10 +32,9 @@
# Check
refute check.issues.empty?
assert_equal 2, check.issues.size
assert_equal 'line 1: no document type declaration; will parse without validation: <h2>Hi!</h1>', check.issues.to_a[0].description
assert_equal 'line 1: end tag for element "H1" which is not open: <h2>Hi!</h1>', check.issues.to_a[1].description
- check.issues.to_a[0].description
end
end
end
end