objectionary / eo-hamcrest

Hamcrest Matchers for EO Programming Language
MIT License
15 stars 6 forks source link

wrong failure output when compare arrays #36

Open Graur opened 2 years ago

Graur commented 2 years ago

When:

[] > test
  assert-that > @
    * 1 2 3
    $.equal-to
      * - 1 -2

then:

Expected: <[Lorg.eolang.Phi;@3bd323e9> equal to value but: was <[Lorg.eolang.Phi;@4ff8d125>
Graur commented 2 years ago

This can only be done after creating array.to-string method in EO