You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== Test3
running osh Test3
fact(10) = 3628800 [SUCCESS]
*** omake error:
File /home/gerd/pub/omake/test/syntax/Test3: line 8, characters 4-12
Array value where string expected:
Use the $(string ...) function if you really want to do this
The array has length 3:
[0] = 11 : Int
[1] = 21 : Int
[2] = 31 : Int
Apparently, the test code assumes that we can compare lists directly, though we actually cannot.
The text was updated successfully, but these errors were encountered:
Fails with:
Apparently, the test code assumes that we can compare lists directly, though we actually cannot.
The text was updated successfully, but these errors were encountered: