Add a test for literal string blocks.

This commit is contained in:
Tom Alexander 2020-05-23 23:32:13 -04:00
parent c3360907ee
commit 533ea96d4f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
{`
This block is supposed
to preserve {name} all
newlines, whitespace, and braces
`}