0aeb29e533
The culprits are the '<' and '>' in this bit:
_fail("Expect.equals(expected: <$expected>, actual: <$actual>$msg) fails.")
in Expect.equals(..) which cause $expected and $actual to get treated as tags when
the message is shoveled (untreated) into an HTML page as one might do when rendering
test run results in an HTML page (e.g., http://codereview.chromium.org/9034030/).
This here *hack* sidesteps the issue but it's neither elegant nor properly
placed (methinks). The question is, how should this problem get fixed for real?
Thoughts/redirects greatly appreciated!
Review URL: http://codereview.chromium.org//9022042
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2954 260f80e4-7a28-3924-810f-c04153c831b5