-
Notifications
You must be signed in to change notification settings - Fork 10
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
Itemscope itemtype error #66
Comments
So, I tried this:
And the error goes away, but it renders like this:
I suspect that Jade will render it correctly by default, from reading this SO post: Edit: I tried to enter the original line into the Jade online demo, and it does the right thing.
So, I think that Tale Jade should handle a line like this:
|
This should be fixed with the new lexer scanners and re-written scanning algorithms that work more consistent and stable. I'll get the update up as soon as possible. |
Checked it again. This is a bug. Without a As said above, I've completely re-written attribute parsing in the new branches. |
Take your time 👍 I am not in dire need. |
Well, you can always get around it by using plain HTML :) Any line starting with |
That is too easy @TorbenKoehn :) But thanks for reminding me - I was not aware of that 👍 |
- Cleaned up dev-dependencies - Now using PSR2 fully over the whole project. - tale-config is now used in version 0.2 (PSR-2) - Fixed a bug with name-only attributes separated with spaces (#66) - HTML5-mode now doesn't self-close attributes at all (#66) - The lexer now prints a little piece of jade code to find errors faster - Fixed a bug regarding IE conditional comments and interpolation - Added composer.lock to prevent stuff like the reason for 1.4.1.
* PSR-2 overhaul, bugfixes - Cleaned up dev-dependencies - Now using PSR2 fully over the whole project. - tale-config is now used in version 0.2 (PSR-2) - Fixed a bug with name-only attributes separated with spaces (#66) - HTML5-mode now doesn't self-close attributes at all (#66) - The lexer now prints a little piece of jade code to find errors faster - Fixed a bug regarding IE conditional comments and interpolation - Added composer.lock to prevent stuff like the reason for 1.4.1. * Fixed a test Make sure that compiler doesn't echo XML doctypes in tests when running in HHVM.
Some love for you, my friend. Can you test it? |
It works wonderfully! Thanks 👍 |
With this:
I get this:
Any pointers?
The text was updated successfully, but these errors were encountered: