We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb21446 commit 0eb53a1Copy full SHA for 0eb53a1
1 file changed
org.omg.sysml.plantuml/src/org/omg/sysml/plantuml/VStructure.java
@@ -128,7 +128,7 @@ protected boolean appendFeatureValue(FeatureValue fv) {
128
} else {
129
append(' '); // appendText() trims the text.
130
Matcher m = patEqFeatureValue.matcher(text);
131
- if (!m.matches()) {
+ if (!m.lookingAt()) {
132
text = "= " + text;
133
}
134
0 commit comments