We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected (http://jade-lang.com/reference/attributes)
div#foo(data-bar="foo")&attributes({'data-foo': 'bar'})
But got this:
Also, as you can see, the rest of the string is not parsed correctly and double slash treated as a start of a comment.
The text was updated successfully, but these errors were encountered:
I haven't had a chance to look into this yet, but I haven't forgot about it.
— Josh
On Tue, Mar 10, 2015 at 1:28 AM, SquidEpps [email protected] wrote:
Expected (http://jade-lang.com/reference/attributes) div#foo(data-bar="foo")&attributes({'data-foo': 'bar'}) But got this: Also, as you can see, the rest of the string is not parsed correctly and double slash treated as a start of a comment. Reply to this email directly or view it on GitHub: #62
Reply to this email directly or view it on GitHub: #62
Sorry, something went wrong.
No branches or pull requests
Expected (http://jade-lang.com/reference/attributes)
But got this:
Also, as you can see, the rest of the string is not parsed correctly and double slash treated as a start of a comment.
The text was updated successfully, but these errors were encountered: