static Pair test_PhilosophyBot1() { int n = 0; for (S musing : splitAtMultipleMinusLines(loadSnippet(#1025734))) { try { n += ai_checkMusing(musing); scorer.add(true); } catch print e { scorer.add(false); } } ret pair(scorer, n); }