-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ObjectReferenceAttributes bug #38
Comments
Interesting, I added this test case to context 'when a tag has no attributes followed by a tag with no attributes' do
let(:haml) { <<-HAML }
%h3 Test
%p hi
HAML
it { should_not report_lint }
end |
Hey @lencioni, I'm unable to reproduce this locally by running |
This seems to have something to do with your system running the latest version of the This version likely mucked around with the parse tree representation. Will have a look when I can. |
haml-lint 0.7.0 is reporting a problem from ObjectReferenceAttributes on the first line of the following haml:
The text was updated successfully, but these errors were encountered: