Initial code for HTML formatter

This commit is contained in:
Michael Miller 2021-08-18 17:50:09 -06:00
parent f4fc599a1d
commit dd0ef01369
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436
6 changed files with 178 additions and 1 deletions

View file

@ -15,7 +15,7 @@ Spectator.describe Spectator do
it "handles multiple lines and examples" do
# Offset is important.
expect(location.line).to eq(__LINE__ - 2)
expect(location.line).to eq(__LINE__ - 3)
# This line fails, refer to https://github.com/crystal-lang/crystal/issues/10562
# expect(location.end_line).to eq(__LINE__ + 2)
# Offset is still important.