Skip to content

equal func in vm/vm.go bug #192

@chyroc

Description

@chyroc

this is ok in anko,but it should be not ok

{script: `1 == 1.1`, runOutput: true}, // convert 1.1 to 1 , so return true
{script: `1.1 == 1`, runOutput: false}, // convert 1 to 1.0 , so return false(1.1 != 1.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions