Skip to content

string comparison #67

Description

@boogie

I'm not sure if it's my implementation or an issue with the engine, but string comparison operators greater and smaller than are causing an abort.

let x = '0';
let y = '9';
let result = x < y; // abort()

It seems that there's a test for it which is working properly, and I can confirm there's no issue with the JavaScript based engine, but it is not working with the C engine for me.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions