aboutsummaryrefslogtreecommitdiff
path: root/test/tables.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 16:36:40 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 16:36:40 -0400
commit6d12f1dce744146dfa9072d574c540e1d49bb31b (patch)
tree4ffc721508ba25a6f125147873446365820dd0ff /test/tables.tm
parent2640c138b305b558bccf1d36f3f0d54fab96e84c (diff)
parent52e50e58c6674560056a4dcb787099d739284b02 (diff)
Merge branch 'main' into no-colons
Diffstat (limited to 'test/tables.tm')
-rw-r--r--test/tables.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables.tm b/test/tables.tm
index 67299142..9419d875 100644
--- a/test/tables.tm
+++ b/test/tables.tm
@@ -99,8 +99,8 @@ func main()
>> 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}].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}]
- >> other_ints : [{Int}] = [{/}, {1}, {2}, {99}, {0, 3}, {1, 2}, {99}].sorted()
- = [{/}, {0, 3}, {1}, {1, 2}, {2}, {99}, {99}]
+ >> other_ints : [|Int|] = [||, |1|, |2|, |99|, |0, 3|, |1, 2|, |99|].sorted()
+ = [||, |0, 3|, |1|, |1, 2|, |2|, |99|, |99|]
do
# Default values: