Last active
December 15, 2015 23:09
-
-
Save zivester/5338084 to your computer and use it in GitHub Desktop.
Jade :cdata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| undefined:18 | |
| buf.push('<![CDATA[\n{for p in chosen} | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| SyntaxError: Unexpected token ILLEGAL | |
| at Object.Function (<anonymous>) | |
| at Object.exports.compile (/home/zivester/code/DJPhoto/server/node_modules/jade/lib/jade.js:176:8) | |
| at /home/zivester/code/DJPhoto/server/node_modules/jade/bin/jade:142:23 | |
| at fs.js:241:14 | |
| at Object.oncomplete (fs.js:93:15) | |
| at process._makeCallback (node.js:306:20) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| div | |
| | hello | |
| :cdata | |
| {for p in chosen} | |
| this breaks it | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment