Skip to content

logics-js: max function not working  #35

@Pumuckl4630

Description

@Pumuckl4630

This test case:

max(3, 7, 2) == 7
#EXPECT:True

does not work in logics-js but it works in logics-py
The problem seems to be with the max function, because the min function works.

Here is a screenshot with the case in logics-js:
grafik

EDIT: The min function is not working correct too.
grafik
It seems that only the first value is taken into account

EDIT2: For the max function its the same like the min function, only the first value is taken into account

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions