Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit test syntax/Test3 #45

Open
gerdstolpmann opened this issue Sep 15, 2016 · 2 comments
Open

unit test syntax/Test3 #45

gerdstolpmann opened this issue Sep 15, 2016 · 2 comments

Comments

@gerdstolpmann
Copy link
Collaborator

Fails with:

==== 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.

@gerdstolpmann
Copy link
Collaborator Author

A couple of other tests also fail because of this.

@gerdstolpmann
Copy link
Collaborator Author

Fix in #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant