update to new interpolation syntax

This commit is contained in:
Anton-4 2024-02-02 13:39:10 +01:00
parent fc6b519b59
commit 3c7a834da1
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
45 changed files with 402 additions and 402 deletions

View file

@ -1831,7 +1831,7 @@ mod test_can {
// "abcd\$(efg)hij"
// "#
// ),
// Str(r"abcd\(efg)hij".into()),
// Str(r"abcd$(efg)hij".into()),
// );
// }