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
failing seed for GeneratorsCheck.generates xml is 2vlpy64yIOKuEnqKnWrPi2mnlyiIXmu-8aZUOMf2qcL=
[info] ! GeneratorsCheck.generates xml: Exception raised on property evaluation.
[info] > Exception: java.lang.IllegalArgumentException: ʾ館뭆焲뭓鄹 must be an XML Name
[info] Failed: Total 1, Failed 0, Errors 1, Passed 0
[error] Error during tests:
[error] org.typelevel.scalacheck.xml.GeneratorsCheck
[error] (coreNative / Test / test) sbt.TestsFailedException: Tests unsuccessful
We targeted XML 1.0, Fourth Edition, which is what Xerces still uses. scala-xml has its own definitions. That leads to the following discrepancies:
From #1:
We targeted XML 1.0, Fourth Edition, which is what Xerces still uses. scala-xml has its own definitions. That leads to the following discrepancies:
We could just use scala-xml's character sets, but I'm not sure it round trips.
The text was updated successfully, but these errors were encountered: