Add a test for literal string blocks.
This commit is contained in:
parent
c3360907ee
commit
533ea96d4f
js/test_cases/literal_string_block
1
js/test_cases/literal_string_block/input1.json
Normal file
1
js/test_cases/literal_string_block/input1.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"name": "Bob"}
|
5
js/test_cases/literal_string_block/main.dust
Normal file
5
js/test_cases/literal_string_block/main.dust
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{`
|
||||||
|
This block is supposed
|
||||||
|
to preserve {name} all
|
||||||
|
newlines, whitespace, and braces
|
||||||
|
`}
|
Loading…
x
Reference in New Issue
Block a user