Skip to content

Commit

Permalink
Update for new multiline string requirement.
Browse files Browse the repository at this point in the history
Contents of a multiline string must start on new line.
  • Loading branch information
blaix committed Mar 21, 2024
1 parent b022b18 commit 1b80a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/Test/Json.gren
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ customTests : Test
customTests =
let
jsonString =
"""{ "foo": "bar" }"""
"""
{ "foo": "bar" }
"""

customErrorMessage =
"I want to see this message!"
Expand Down

0 comments on commit 1b80a0e

Please sign in to comment.