Support passing args to the dockerized test runner
This commit is contained in:
1
js/test_cases/surrounding_whitespace/README.md
Normal file
1
js/test_cases/surrounding_whitespace/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Through experimentation I have determined that DustJS erases all preceding whitespace (spaces, tabs, and newlines) but only trims trailing newlines.
|
||||
1
js/test_cases/surrounding_whitespace/input1.json
Normal file
1
js/test_cases/surrounding_whitespace/input1.json
Normal file
@@ -0,0 +1 @@
|
||||
{"name": "Bob"}
|
||||
9
js/test_cases/surrounding_whitespace/main.dust
Normal file
9
js/test_cases/surrounding_whitespace/main.dust
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Hello {name}!
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user