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