@abaplint/core 2.102.42 → 2.102.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/src/registry.js
CHANGED
|
@@ -142,7 +142,8 @@ FIND statement with MATCH COUNT is considered okay if subrc is not checked`,
|
|
|
142
142
|
if (statement.get() instanceof _statement_1.Comment) {
|
|
143
143
|
continue;
|
|
144
144
|
}
|
|
145
|
-
else if (statement.get() instanceof Statements.EndIf
|
|
145
|
+
else if (statement.get() instanceof Statements.EndIf
|
|
146
|
+
|| statement.get() instanceof Statements.EndTestSeam) {
|
|
146
147
|
continue;
|
|
147
148
|
}
|
|
148
149
|
else {
|
|
@@ -169,7 +170,8 @@ FIND statement with MATCH COUNT is considered okay if subrc is not checked`,
|
|
|
169
170
|
return true;
|
|
170
171
|
}
|
|
171
172
|
}
|
|
172
|
-
else if (statement.get() instanceof Statements.EndIf
|
|
173
|
+
else if (statement.get() instanceof Statements.EndIf
|
|
174
|
+
|| statement.get() instanceof Statements.EndTestSeam) {
|
|
173
175
|
continue;
|
|
174
176
|
}
|
|
175
177
|
else {
|