You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following exception with the code that follows: values are not equal even if they have the same toString(): bb as,dn
Longer version:
==> X org.scalajs.testsuite.javalib.util.PropertiesSuite.string leading 0.001s munit.FailException: /Users/eric/workspace/portable-scala-java-test/testSuite/shared/src/test/scala/org/scalajs/testsuite/javalib/util/PropertiesSuite.scala:162 values are not equal even if they have the same `toString()`: bb as,dn
161: println(s"'$b'=='$res1' ${b==res1}")
162: assertEquals(b, res1)
163: }
The current logic may claim values have the same `toString()`
when they don't. The 'full' solution would of course be to
have a 'strict' string diff, but until then let's at least
not lie about it.
Fixesscalameta#152
I get the following exception with the code that follows:
values are not equal even if they have the same
toString(): bb as,dn
Longer version:
Here are the tests:
The text was updated successfully, but these errors were encountered: