Hmm, the pull request fixed test case 2, but test case 1 is still failing.
Comment #3 by hsteoh — 2013-08-13T10:30:34Z
Argh, this is caused by the stupidity of typeid(const(char)[]) using a different hash function from typeid(char[]) and typeid(immutable(char)[]). Will submit a pull for this.