diff options
| author | mryouse | 2022-07-20 21:07:52 +0000 |
|---|---|---|
| committer | mryouse | 2022-07-20 21:07:52 +0000 |
| commit | 1e3df4f9aac2f95b1476a7507f33a3d9f0e036c5 (patch) | |
| tree | 478bb7023c0c773119feb77043350ecdf17cadd1 /tests/math/lessthan | |
| parent | 87417b58b0c0abd047a85d3e42d037b443b53f47 (diff) | |
s/:list/:[:any]/ and make leading dot illegal
Diffstat (limited to 'tests/math/lessthan')
| -rw-r--r-- | tests/math/lessthan/bad_type_list.neb | 2 | ||||
| -rw-r--r-- | tests/math/lessthan/bad_type_type.neb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/math/lessthan/bad_type_list.neb b/tests/math/lessthan/bad_type_list.neb index 7b1153c..dd1a05b 100644 --- a/tests/math/lessthan/bad_type_list.neb +++ b/tests/math/lessthan/bad_type_list.neb @@ -1,2 +1,2 @@ (< 4 (list "hello")) -; panic! [1] '<': received :list, expected :number (got ("hello")) +; panic! [1] '<': received :[:any], expected :number (got ("hello")) diff --git a/tests/math/lessthan/bad_type_type.neb b/tests/math/lessthan/bad_type_type.neb index 339d283..6596ffd 100644 --- a/tests/math/lessthan/bad_type_type.neb +++ b/tests/math/lessthan/bad_type_type.neb @@ -1,2 +1,2 @@ -(< .4 :string) +(< 0.4 :string) ; panic! [1] '<': received :type, expected :number (got :string) |
