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
"""
When I successfully run `liche foo.html`
Then the stderr should contain exactly ""
Scenario: Ignore id reference
Given a file named "foo.html" with:
"""
My title
"""
When I successfully run `liche foo.html`
Then the stderr should contain exactly ""