From 878e18188215ad52784027c3489c7b4f6f0bcba3 Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 15 Oct 2024 12:55:29 +0200 Subject: 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 --- tests/functional/lang/parse-okay-regression-751.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/lang/parse-okay-regression-751.exp') 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"; })}")) -- cgit v1.2.3