Enable the doctests

This commit is contained in:
Pieter Vander Vennet 2023-02-10 14:28:00 +01:00
parent 7cc184fdd8
commit 0b8136a5c4
9 changed files with 10 additions and 8577 deletions

View file

@ -278,7 +278,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
*/
public static NoEmpty(array: string[]): string[] {
const ls: string[] = []
if(!array){
if (!array) {
return ls
}
for (const t of array) {