//!include once #1021761 // Fakery svoid gazelle_fakery_gatherRulesFromSections(TreeMap sections) { gazelle_fakery_clean(); for (S ruleID, ruleText : keysStartingWith(sections, "rule")) { new LS comments; ruleText = gazelle_processSquareBracketAnnotations(ruleText, comments); rules.add(t3(ruleText, lines(comments), ruleID)); } }