|
27 | 27 | ("TestCAPSandSuch", "testcapsandsuch"), |
28 | 28 | ("Test Conversion Of Weird !@#$%^&**() Characters", "test_conversion_of_weird_characters"), |
29 | 29 | ("$#weird_starting", "weird_starting"), |
30 | | - ("allowed:c0l0ns", "allowed:c0l0ns"), |
| 30 | + ("allowed:c0l0ns", "allowed_c0l0ns"), |
31 | 31 | ("1love", "1love"), |
32 | 32 | ("/love2", "/love2"), |
33 | 33 | ("ünicöde", "ünicöde"), |
34 | | - ("ünicöde:metäl", "ünicöde:metäl"), |
| 34 | + ("ünicöde:metäl", "ünicöde_metäl"), |
35 | 35 | ("Data🐨dog🐶 繋がっ⛰てて", "data_dog_繋がっ_てて"), |
36 | 36 | (" spaces ", "spaces"), |
37 | 37 | (" #hashtag!@#spaces #__<># ", "hashtag_spaces"), |
38 | | - (":testing", ":testing"), |
| 38 | + (":testing", "testing"), |
39 | 39 | ("_foo", "foo"), |
40 | | - (":::test", ":::test"), |
| 40 | + (":::test", "test"), |
41 | 41 | ("contiguous_____underscores", "contiguous_underscores"), |
42 | 42 | ("foo_", "foo"), |
43 | 43 | ("\u017fodd_\u017fcase\u017f", "\u017fodd_\u017fcase\u017f"), |
44 | 44 | ("", ""), |
45 | 45 | (" ", ""), |
46 | 46 | ("ok", "ok"), |
47 | 47 | ("™Ö™Ö™™Ö™", "ö_ö_ö"), |
48 | | - ("AlsO:ök", "also:ök"), |
49 | | - (":still_ok", ":still_ok"), |
| 48 | + ("AlsO:ök", "also_ök"), |
| 49 | + (":still_ok", "still_ok"), |
50 | 50 | ("___trim", "trim"), |
51 | | - ("12.:trim@", "12.:trim"), |
52 | | - ("12.:trim@@", "12.:trim"), |
53 | | - ("fun:ky__tag/1", "fun:ky_tag/1"), |
54 | | - ("fun:ky@tag/2", "fun:ky_tag/2"), |
55 | | - ("fun:ky@@@tag/3", "fun:ky_tag/3"), |
56 | | - ("tag:1/2.3", "tag:1/2.3"), |
57 | | - ("---fun:k####y_ta@#g/1_@@#", "---fun:k_y_ta_g/1"), |
58 | | - ("AlsO:œ#@ö))œk", "also:œ_ö_œk"), |
| 51 | + ("12.:trim@", "12._trim"), |
| 52 | + ("12.:trim@@", "12._trim"), |
| 53 | + ("fun:ky__tag/1", "fun_ky_tag/1"), |
| 54 | + ("fun:ky@tag/2", "fun_ky_tag/2"), |
| 55 | + ("fun:ky@@@tag/3", "fun_ky_tag/3"), |
| 56 | + ("tag:1/2.3", "tag_1/2.3"), |
| 57 | + ("---fun:k####y_ta@#g/1_@@#", "---fun_k_y_ta_g/1"), |
| 58 | + ("AlsO:œ#@ö))œk", "also_œ_ö_œk"), |
59 | 59 | ("test\x99\x8faaa", "test_aaa"), |
60 | 60 | ("test\x99\x8f", "test"), |
61 | 61 | ("a" * 888, "a" * 100), |
|
0 commit comments