diff options
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables.tm b/test/tables.tm index 53e81d48..74123f88 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -18,7 +18,7 @@ for k,v in t >> #t = 2 >> t.default -= ?(readonly)999 += ?%999 >> t.fallback = !{Text=>Int} @@ -42,7 +42,7 @@ for k,v in t >> t2.default = !Int >> t2.fallback -= ?(readonly){"one"=>1, "two"=>2; default=999} += ?%{"one"=>1, "two"=>2; default=999} t2_str := "" for k,v in t2 |
