Support passing args to the dockerized test runner

This commit is contained in:
Tom Alexander
2020-04-12 15:47:38 -04:00
parent aa24f50dfa
commit 4856fb6d11
5 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1 @@
Through experimentation I have determined that DustJS erases all preceding whitespace (spaces, tabs, and newlines) but only trims trailing newlines.

View File

@@ -0,0 +1 @@
{"name": "Bob"}

View File

@@ -0,0 +1,9 @@
Hello {name}!