diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-25 15:40:59 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-25 15:40:59 -0400 |
| commit | 1f9147187d66e95a0ffedd4d5595ec98646b5fe1 (patch) | |
| tree | 14281e5cbde8e15fae63953b72844fb1a11d6f73 /test/when.tm | |
| parent | d88d8648dc7802fbeac2f28dc5f2ef8fdfe1a9e4 (diff) | |
Make docstring tests use an actual expression AST instead of text
matching
Diffstat (limited to 'test/when.tm')
| -rw-r--r-- | test/when.tm | 2 |
1 files changed, 1 insertions, 1 deletions
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)? |
