Skip to content

Commit

Permalink
add special tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Feb 15, 2025
1 parent 9da80c4 commit 2331196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ fn specia_char_replace(st: String) -> String {
.replace("<", "_")
.replace(">", "_")
.replace("|", "_")
.trim_end_matches([' ', '.'])
.to_string()
}
impl Account {
pub fn new(c: Config) -> Self {
Expand Down

0 comments on commit 2331196

Please sign in to comment.