Commit c454cf6
committed
fix: resolve hex input prefix stripping and duplicate template in HexBinDec
- Remove '0x' prefix stripping by updating regexHex to include 'x' character
- Add 'b' character to regexBinary to preserve '0b' prefix
- Implement hexConverter prefix handling for both '0x' and '0X' formats
- Remove duplicate v-dialog template definition (lines 43-84)
- Ensure consistent prefix behavior across binary and hex converters
- All 116 tests pass with changes applied
Closes #9821 parent 5adad52 commit c454cf6
1 file changed
+8
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 45 | | |
89 | 46 | | |
90 | 47 | | |
| |||
124 | 81 | | |
125 | 82 | | |
126 | 83 | | |
127 | | - | |
| 84 | + | |
128 | 85 | | |
129 | 86 | | |
130 | | - | |
| 87 | + | |
131 | 88 | | |
132 | 89 | | |
133 | 90 | | |
| |||
213 | 170 | | |
214 | 171 | | |
215 | 172 | | |
216 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
217 | 179 | | |
218 | 180 | | |
219 | 181 | | |
| |||
0 commit comments