@@ -289,6 +289,9 @@ public class ExportArgumentsScenariosService {
str = suggestion.get(0);
}
} catch (Exception e) {
+ if (j - startIndex == 3) {
+ startIndex = j + 1;
+ }
if (count == 3) {
str = value;
} else {