You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String.format("The occurrence of index %d of %s section of the query was not equal to the string %s but looked like this: %s. Note that the match is case-sensitive.", sectionIndex, topLevelKeyword, expectedString, sectionString)
102
+
);
103
+
}
104
+
77
105
/**
78
106
* Retrieves the inner part of a section by its keyword. With multiple occurrences it will only retrieve the first
79
107
* one. It does not include the keyword and one whitespaces at start and end.
@@ -123,4 +151,13 @@ public List<String> getSectionList(String topLevelKeyword) {
0 commit comments