-
-
Notifications
You must be signed in to change notification settings - Fork 43
Fix issue #208: Add HTML <q> tag to core components #216
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
Conversation
Please note that I'm getting a lot of failures testing out of the box so I'm not confident with my tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change and we're good to merge!
spec/usage/components/q_spec.rb
Outdated
expected_static_output = <<~HTML | ||
<q>A simple quote</q> | ||
|
||
<q id="my-id" class="my-class"></q> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see where the empy <q>
tag comes from. Please include it on the page above (between #simple and #enhanced) or remove it.
Yeah, sadly the test suite doesn't work coherently between local machine and CircleCI. To run single tests (for example in this PR, to see whether the new component works) you can also use commands like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking all good!
Great work @GrantBarry, thanks for the contribution! |
Issue #208: Add HTML
Changes
Notes