// This regex is used to replace the "" enclosed u128 value to a raw u128 because u128 is not supported for TOML serialization/deserialization.
letre=Regex::new(r#""U128%(?<u128_value>\d+)""#).expect("regex should be valid, this is a bug please report it: https://github.com/paritytech/zombienet-sdk/issues");
lettoml_string=toml::to_string_pretty(&self)?;
...
...
@@ -631,4 +632,85 @@ mod tests {
"global_settings.local_ip: invalid IP address syntax"