Skip to content

Instantly share code, notes, and snippets.

@zivester
Last active December 15, 2015 23:09
Show Gist options
  • Select an option

  • Save zivester/5338084 to your computer and use it in GitHub Desktop.

Select an option

Save zivester/5338084 to your computer and use it in GitHub Desktop.
Jade :cdata
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)
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