From 1f9147187d66e95a0ffedd4d5595ec98646b5fe1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 25 Mar 2025 15:40:59 -0400 Subject: Make docstring tests use an actual expression AST instead of text matching --- test/when.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/when.tm') diff --git a/test/when.tm b/test/when.tm index 89525c64..77c97af5 100644 --- a/test/when.tm +++ b/test/when.tm @@ -13,4 +13,4 @@ func main(): >> when n is 1: Int64(1) is 2: Int64(2) is 21 + 2: Int64(23) - = 23 : Int64? + = Int64(23)? -- cgit v1.2.3