svoid test_AI_CalculationBot() { new AI_CalculationBot bot; testAttractorBotResponses(bot, "22 * 11", "242", "10 + 2 + 3", "15", "5 - 3", "2", "5 - 3 - 1", "1"); }