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/addition/happy.neb | |
| parent | 87417b58b0c0abd047a85d3e42d037b443b53f47 (diff) | |
s/:list/:[:any]/ and make leading dot illegal
Diffstat (limited to 'tests/math/addition/happy.neb')
| -rw-r--r-- | tests/math/addition/happy.neb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/math/addition/happy.neb b/tests/math/addition/happy.neb index 4c037b2..231e01c 100644 --- a/tests/math/addition/happy.neb +++ b/tests/math/addition/happy.neb @@ -2,7 +2,7 @@      (concat          (->string (+ 2)) " "          (->string (+ 4 5)) " " -        (->string (+ .9)) " " +        (->string (+ 0.9)) " "          (->string (+ 2.9 4)) " "          (->string (+ 2 4.5)) " "          (->string (+ 6 7 8 15)))) | 
