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