!7 p { autoRestart(); //set ai_patternSwitch_upperCaseVars_debug; S input = "This (bla) is a (sentence)"; S op = "this What is a Something"; printStruct(ai_operands_upperCaseVars(op, input)); assertEqualsVerbose("Any (sentence) can be a (bla)", ai_patternSwitch_upperCaseVars( "This YX is a XY", "Any XY can be a YX", input)); print("OK"); }