We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf0dca commit c64662fCopy full SHA for c64662f
βsrc/main/scala/org/scalatest/xml/XmlMatchers.scala
@@ -28,7 +28,7 @@ trait XmlMatchers {
28
val res = if(ignoreWhitespace) (e =#= a).successful else (e =?= a).successful
29
MatchResult(
30
res,
31
- s"""$e isn't equal to $a""",
+ s"""$a was not equal to $e""",
32
s"""both xml are equal""")
33
}
34
0 commit comments