add cleaner tests

This commit is contained in:
2026-03-02 02:58:26 +07:00
parent 2bc2bf45c7
commit ccc4f126f6
2 changed files with 43 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
package cleaner
type ICleaner interface {
// ([Ы-1]) -> ы1, Ы-1 -> ы1
ClearCode(code string) string
}