Commit f10f2c1
test: fix textdecoder test for small-icu builds
The `Shift_JIS` encoding may not be available, e.g. when Node.js is
configured with `--with-intl=small-icu`.
PR-URL: #45225
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>1 parent 0d58bb9 commit f10f2c1Copy full SHA for f10f2c1
File tree
Expand file treeCollapse file tree
1 file changed
+9
-4
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+9
-4
lines changedOpen diff view settings
Collapse file
test/parallel/test-whatwg-encoding-custom-textdecoder.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-encoding-custom-textdecoder.js+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
201 | 201 | |
202 | 202 | |
203 | 203 | |
204 | | - |
205 | | - |
206 | | - |
207 | | - |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
208 | 213 | |
0 commit comments