Closed eyip002 closed 3 years ago
Bahn expression is route_id available is transformed incorrectly to a pointer comparison rather than a string comparison:
is route_id available
config_get_scalar_string_value ( "route" , _route_id , "train" ) != ""
string_equals ( config_get_scalar_string_value ( "route" , _train_id , "train" ) , "" )
Normalisation of EvaluateFuncExprs have to be performed before string normalisation.
EvaluateFuncExpr
Fixed in b9bdac8dfd53383fc1b77fffec1c2e174e6ce9dc
Bahn expression
is route_id available
is transformed incorrectly to a pointer comparison rather than a string comparison:config_get_scalar_string_value ( "route" , _route_id , "train" ) != ""
string_equals ( config_get_scalar_string_value ( "route" , _train_id , "train" ) , "" )