svoid gazelle_fakery_processInput(TreeMap sections) { new LS lines; for (S input : tlft(sections.get("test input"))) { gazelle_gatherFulfillments(ll(nu GazelleLine(text := input)), fulfillments, debug := true); lines.addAll(printLines(collect line(dm_gazelle_reasonAboutChatInput(null, input, requiredComment := null, debug := true)))); } assertEqualsVerbose(lines, tlft(sections.get("expected output"))); }