godot/modules/gdscript/tests/scripts/parser/errors/invalid_ternary_operator.out

GDTEST_PARSER_ERROR
Unexpected "?" in source. If you want a ternary operator, use "truthy_value if true_condition else falsy_value".