hhvm / hacktest

A unit testing framework for Hack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide more detailed output

fredemmott opened this issue · comments

For example:

Failed asserting that two strings are identical.

It would be useful if this provided the actual and expected string.

HHAST now has diff creation code. I'm going to split that out to a separate library, and use it for this. Probably an fbexpect diff instead of one here.