Commit 1381541
util: fix Latin1 decoding to return string output
PR-URL: #56222
Fixes: #56219
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 1d8cc61 commit 1381541Copy full SHA for 1381541
File tree
Expand file treeCollapse file tree
3 files changed
+44
-4
lines changedOpen diff view settings
Filter options
- src
- test
- cctest
- parallel
Expand file treeCollapse file tree
3 files changed
+44
-4
lines changedOpen diff view settings
Collapse file
+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
286 | 286 | |
287 | 287 | |
288 | 288 | |
289 | | - |
290 | | - |
291 | | - |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
292 | 294 | |
293 | 295 | |
294 | 296 | |
|
Collapse file
test/cctest/test_encoding_binding.cc
Copy file name to clipboardExpand all lines: test/cctest/test_encoding_binding.cc+22-1Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
| ||
151 | 151 | |
152 | 152 | |
153 | 153 | |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
154 | 175 | |
155 | 176 | |
Collapse file
test/parallel/test-util-text-decoder.js
Copy file name to clipboard+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
0 commit comments