Commit e21d784
test: add else and error case for TextDecoder
add test for tinyurl.com/codeandlearn-encoding-1
add test for tinyurl.com/codeandlearn-encoding-2
PR-URL: #24162
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent 33fd13c commit e21d784Copy full SHA for e21d784
File tree
Expand file treeCollapse file tree
2 files changed
+20
-0
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+20
-0
lines changedOpen diff view settings
Collapse file
test/parallel/test-whatwg-encoding-textdecoder-fatal.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-encoding-textdecoder-fatal.js+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
Collapse file
test/parallel/test-whatwg-encoding-textdecoder.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-encoding-textdecoder.js+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
79 | 87 | |
80 | 88 | |
81 | 89 | |
|
0 commit comments