WT 1.1.13 Test Central bug fixes
This commit is contained in:
@@ -138,4 +138,8 @@ mixin Common {
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
static normalizeDecimal(String value) {
|
||||
return value.replaceFirst(",", ".");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user