On macosx, the filesystem is case insensitive by default.
Because golden test files where named according to the test case,
similar test case leads to the same file on macosx (e.g. {hello:g} and
{hello:G} were the same test/golden{helloCOLONg}.golden file).
To solve this issue, the filename now contains the hash of the test
case.
It closes #97.
On macosx, the filesystem is case insensitive by default.
Because golden test files where named according to the test case, similar test case leads to the same file on macosx (e.g.
{hello:g}
and{hello:G}
were the sametest/golden{helloCOLONg}.golden
file).To solve this issue, the filename now contains the hash of the test case.