diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:06:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:06:39 -0400 |
| commit | c0d0299b0f72b43c1f125c2e5319e4dce3e4c171 (patch) | |
| tree | 6682afdac4af8ceb1b71764724b16b9e7d465264 /test/tables.tm | |
| parent | 0892ceda93fdc8f29baae3549b555d9519bfe523 (diff) | |
Fix tests
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tables.tm b/test/tables.tm index 85ca9101..7b1ac22c 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -65,7 +65,7 @@ func main() assert {1: 1, 2: 2} != {1: 1, 2: 999} assert ({1: 1, 2: 2} <> {2: 2, 1: 1}) == Int32(0) - ints : [{Int=Int}] = [{}, {0: 0}, {99: 99}, {1: 1, 2: 2, 3: 3}, {1: 1, 99: 99, 3: 3}, {1: 1, 2: -99, 3: 3}, {1: 1, 99: -99, 3: 4}] + ints : [{Int:Int}] = [{}, {0: 0}, {99: 99}, {1: 1, 2: 2, 3: 3}, {1: 1, 99: 99, 3: 3}, {1: 1, 2: -99, 3: 3}, {1: 1, 99: -99, 3: 4}] assert ints.sorted() == [{}, {0: 0}, {1: 1, 2: -99, 3: 3}, {1: 1, 2: 2, 3: 3}, {1: 1, 99: 99, 3: 3}, {1: 1, 99: -99, 3: 4}, {99: 99}] do |
