Michael Rawlings 4a73060bc6 Cleanup tests (#1341)
Cleanup tests and add assertions that all deprecated tests log warnings, and all non deprecated tests don't.
2019-05-28 10:54:31 -07:00

46 lines
975 B
JSON

{
"type": "TemplateRoot",
"body": [
{
"type": "Scriptlet",
"code": " if (true) { ",
"tag": true
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n HELLO\n"
}
},
{
"type": "Scriptlet",
"code": " } ",
"tag": true
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n"
}
},
{
"type": "Scriptlet",
"code": " if (false) { ",
"tag": true
},
{
"type": "Text",
"argument": {
"type": "Literal",
"value": "\n WORLD\n"
}
},
{
"type": "Scriptlet",
"code": " } ",
"tag": true
}
]
}