svoid test_DeepWordIndex() { new DeepWordIndex index; index.add("a", "for (int i = 0; i < 5; i++) {}"); assertEqualsVerbose(ll("a"), asList(index.lookupString_withPositions("for (int i = 0"), debug := true)); }