svoid test_deepDoubleWordIndex_lookupString() { new DoubleWordIndex> index; deepDoubleWordIndex_add(index, "a", "hello world"); assertEqualsVerbose(ll("a"), deepDoubleWordIndex_lookupString(index, "hello")); assertEqualsVerbose(ll("a"), deepDoubleWordIndex_lookupString(index, "hello world", debug := true)); }