diff --git a/test/autotests/render/script-escaped-placeholder/expected.html b/test/autotests/render/script-escaped-placeholder/expected.html new file mode 100644 index 000000000..81aacbee9 --- /dev/null +++ b/test/autotests/render/script-escaped-placeholder/expected.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/test/autotests/render/script-escaped-placeholder/template.marko b/test/autotests/render/script-escaped-placeholder/template.marko new file mode 100644 index 000000000..83b47046a --- /dev/null +++ b/test/autotests/render/script-escaped-placeholder/template.marko @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/test/autotests/render/script-json-stringify/expected.html b/test/autotests/render/script-json-stringify/expected.html new file mode 100644 index 000000000..cd810ad24 --- /dev/null +++ b/test/autotests/render/script-json-stringify/expected.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/test/autotests/render/script-json-stringify/template.marko b/test/autotests/render/script-json-stringify/template.marko new file mode 100644 index 000000000..7ada0f269 --- /dev/null +++ b/test/autotests/render/script-json-stringify/template.marko @@ -0,0 +1,11 @@ +var basePath='/abc'; + + \ No newline at end of file