Closed himi closed 1 year ago
After this fix,
action a1 {
action sendAction send es via a1 {
in es;
}
}
gives
Sorry. My silly mistake.
package TestFeatureValue {
action aa {
action sendAction send es via a1 {
in es;
}
}
attribute a = (1,2);
part p1;
part p2 = p1;
action a1;
action a2 = a1;
}
gives
The current visualizer prints textual notation for feature values and if it does not have a separator such as leading spaces or equal sign, the results looks just concatenated with the feature name. This PR inserts an equal or space before the feature values if the corresponding text has no leading spaces.