Sha256: a62fa7876e9d0a4e32ea403e571e4099e56224f7d9f110a0b813f89f608f3519

Contents?: true

Size: 443 Bytes

Versions: 4

Compression:

Stored size: 443 Bytes

Contents

/**
different knot
same knot
same knot
different knot
same knot
same knot
**/

VAR to_one = -> one
VAR to_two = -> two

{to_one == to_two:same knot|different knot}
{to_one == to_one:same knot|different knot}
{to_two == to_two:same knot|different knot}
{ -> one == -> two:same knot|different knot}
{ -> one == to_one:same knot|different knot}
{ to_one == -> one:same knot|different knot}

== one
    One
    -> DONE

=== two
    Two
    -> DONE

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inkcpp_rb-0.1.3 ext/inkcpp_rb/inkcpp/tests/TestCompareDivertTargets.ink
inkcpp_rb-0.1.2 ext/inkcpp_rb/inkcpp/tests/TestCompareDivertTargets.ink
inkcpp_rb-0.1.1 ext/inkcpp_rb/inkcpp/tests/TestCompareDivertTargets.ink
inkcpp_rb-0.1.0 ext/inkcpp_rb/inkcpp/tests/TestCompareDivertTargets.ink