diff options
Diffstat (limited to 'tests/functional/lang/parse-okay-regression-751.exp')
-rw-r--r-- | tests/functional/lang/parse-okay-regression-751.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/lang/parse-okay-regression-751.exp b/tests/functional/lang/parse-okay-regression-751.exp index e2ed886fe..0cbf55d49 100644 --- a/tests/functional/lang/parse-okay-regression-751.exp +++ b/tests/functional/lang/parse-okay-regression-751.exp @@ -1 +1 @@ -(let const = (a: "const"); in ((const { x = "q"; }))) +(let const = (a: "const"); in ("${(const { x = "q"; })}")) |