Commit 213c975
committed
refactor(helpers): update str_snake function to use hyphen delimiter
- Change the default delimiter in str_snake from underscore to hyphen.
- Remove unused escape_argument function and its related test.
- Clean up code by removing unnecessary comments and imports.
Signed-off-by: guanguans <ityaozm@gmail.com>1 parent e71e044 commit 213c975
File tree
4 files changed
+10
-34
lines changed- src
- Concerns
- Support
- tests/Support
4 files changed
+10
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
125 | | - | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
566 | | - | |
567 | 565 | | |
568 | | - | |
| 566 | + | |
569 | 567 | | |
570 | 568 | | |
571 | | - | |
| 569 | + | |
572 | 570 | | |
573 | 571 | | |
574 | 572 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 71 | | |
86 | | - | |
| 72 | + | |
87 | 73 | | |
88 | | - | |
89 | | - | |
90 | 74 | | |
91 | 75 | | |
| 76 | + | |
92 | 77 | | |
93 | 78 | | |
94 | 79 | | |
95 | 80 | | |
96 | 81 | | |
97 | 82 | | |
98 | 83 | | |
99 | | - | |
100 | 84 | | |
101 | 85 | | |
102 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | | - | |
| 33 | + | |
39 | 34 | | |
0 commit comments