• Robert Knight's avatar
    Add additional tests and clarify string vs number step comparisons · 0b272c0b
    Robert Knight authored
    CFI steps that cannot be parsed as base-10 integers are invalid, but we try to
    fail gracefully in `compareCFIs` by using a string comparison.  This introduces
    a problem when one step is an integer and another is a string. Handle this by
    arbitrarily deciding that numbers sort before strings. We could have chosen
    other approaches as well.
    0b272c0b
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...