Initial attempt at docker compliance tests.
This commit is contained in:
1
js/test_cases/hello_world/input1.json
Normal file
1
js/test_cases/hello_world/input1.json
Normal file
@@ -0,0 +1 @@
|
||||
{"name": "Bob"}
|
||||
1
js/test_cases/hello_world/input2.json
Normal file
1
js/test_cases/hello_world/input2.json
Normal file
@@ -0,0 +1 @@
|
||||
{"name": "Alice"}
|
||||
1
js/test_cases/hello_world/main.dust
Normal file
1
js/test_cases/hello_world/main.dust
Normal file
@@ -0,0 +1 @@
|
||||
Hello {name}!
|
||||
Reference in New Issue
Block a user