svoid test_philosophyBot1_dropCommentParagraphs() { PhilosophyBot1 bot = new([[ /* comment */ fact ]]); bot.run(); assertEqualsVerbose("fact", cloneList(bot.facts)); }