fix sanitization for dot

This commit is contained in:
Jean-Marie Mineau 2025-04-23 09:55:23 +02:00
parent 7ed273f070
commit 5a4504592c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -248,6 +248,7 @@ impl<'a> MethodCFG<'a> {
.replace("-", "_")
.replace("(", "_")
.replace(")", "_")
.replace("[", "T")
}
// method call: cluster_{mth}:node_{i}:i{j}:e -> cluster_{mth2}:n ?