Feature: HTML Scenario: Check an empty HTML file Given a file named "foo.html" with "" When I successfully run `liche foo.html` Then the stderr should contain exactly "" Scenario: Check a HTML file Given a file named "foo.html" with: """ My title
Google Yahoo
""" When I successfully run `liche foo.html` Then the stderr should contain exactly ""