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