Patrick Steele-Idem ee815fc49b Runtime now supports both vdom and html output
All tests are passing
2016-10-11 17:28:09 -06:00

7 lines
101 B
JavaScript

exports.templateData = {
foo: {
name: 'Evil </script>'
}
};
exports.vdomSkip = true;