svoid test_tok_findEndOfBlock_IContentsIndexedList2_v2() {
  new TestFindEndOfBlockFunction tester;
  tester.functionToTest = (tok, i) -> tok_findEndOfBlock_IContentsIndexedList2_v2(tokenIndexedList3(tok), i);
  tester.run();
}