Skip to content

*, +, ? don't backtrack #2

@kivikakk

Description

@kivikakk

Here's some simple test cases demonstrating this:

    try testMatch("a*a", .ascii, "aa");
    try testMatch("a+a", .ascii, "aa");
    try testMatch("a?a", .ascii, "a");

These should all pass, but currently all fail. I'm currently staring down the main file to see how I might implement it, but I might not come through with the goods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions