svoid test_philosophyBot1_dropCommentParagraphs() { PhilosophyBot1 bot = new([[ /* comment */ fact ]]); bot.run(); assertEqualsVerbose(ll("fact"), cloneList(bot.facts)); PhilosophyBot1 bot = new([[ /* comment */ theory x { a => b } ]]); assertStartsWith_rev("theory "), first(bot.facts)); }