2graphic / sinap-ide

Sinap IDE development project.
7 stars 1 forks source link

Test issue tracker #357

Closed ganeshutah closed 7 years ago

ganeshutah commented 7 years ago

Hi guys, will try more

while (true) { // This can't be an infinite loop because the set of possible states is bounded
const previousSize = nextStates.size;
    [...f(nextStates, "").values()].forEach((s) => nextStates.add(s));
    if (previousSize === nextStates.size) {
        break;
    }
}

sending test

cj-dimaano commented 7 years ago

The test was a success.