From dad567bfc85c0f8c767e0f1cf818493f8143d871 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 9 Sep 2024 14:37:13 -0400 Subject: Restore path interpolation --- test/paths.tm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/paths.tm') diff --git a/test/paths.tm b/test/paths.tm index 84321bab..602a6e6a 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -5,6 +5,10 @@ func main(): >> (~/):exists() = yes + >> filename := "example.txt" + >> (~/$filename) + = (~/example.txt) + >> tmpdir := (/tmp/tomo-test-path-XXXXXX):unique_directory() >> (/tmp):subdirectories():has(tmpdir) = yes -- cgit v1.2.3