WT 1.1.13 Test Central bug fixes

This commit is contained in:
bossanyit
2021-04-19 00:16:07 +02:00
parent 4cde174a83
commit cc1117d8a1
39 changed files with 1114 additions and 214 deletions
+4
View File
@@ -138,4 +138,8 @@ mixin Common {
),
);
}
static normalizeDecimal(String value) {
return value.replaceFirst(",", ".");
}
}