We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24a588 commit e1c21b4Copy full SHA for e1c21b4
ci/svd2rust-regress/src/tests.rs
@@ -64,7 +64,7 @@ impl TestCase {
64
}
65
66
pub fn name(&self) -> String {
67
- format!("{:?}-{}", self.mfgr, self.chip).to_sanitized_snake_case()
+ format!("{:?}-{}", self.mfgr, self.chip.replace(".", "_")).to_sanitized_snake_case()
68
69
70
0 commit comments