diff options
author | piegames <git@piegames.de> | 2024-10-15 12:55:29 +0200 |
---|---|---|
committer | piegames <git@piegames.de> | 2024-10-18 11:40:04 +0000 |
commit | 878e18188215ad52784027c3489c7b4f6f0bcba3 (patch) | |
tree | f69527e37f4b457cf5ffe3dcf4389a39856b8239 /tests/functional/lang/parse-okay-regression-751.exp | |
parent | c852ae60da16b890f77e9e1b274d31dced73ae66 (diff) |
libexpr: Print interpolations more accurately in `show`
This is only a minor semantical distinction, but we should be able to
properly test it, and the parser tests rely on show for that.
Change-Id: I25e868cf9544e30cdff17deb5fd50a434e0f367e
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"; })}")) |