diff options
| author | snek <the@snek.dev> | 2024-05-21 15:50:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 15:50:59 -0700 |
| commit | 8f2d17140468512372ccd3aeebb0d505c607b977 (patch) | |
| tree | b8a4e2d10a0cd3121d637e399b111b0c3dd8b32a /tests/node_compat/config.jsonc | |
| parent | db82e8b557c9836481618a73cec7c014903ff256 (diff) | |
feat(node): buffer isUtf8/isAscii (#23928)
Fixes: https://github.com/denoland/deno/issues/23657
Implements `isUtf8` and `isAscii` as ops.
Diffstat (limited to 'tests/node_compat/config.jsonc')
| -rw-r--r-- | tests/node_compat/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc index af45cc663..56f43b444 100644 --- a/tests/node_compat/config.jsonc +++ b/tests/node_compat/config.jsonc @@ -179,7 +179,9 @@ "test-buffer-includes.js", "test-buffer-indexof.js", "test-buffer-inheritance.js", + "test-buffer-isascii.js", "test-buffer-isencoding.js", + "test-buffer-isutf8.js", "test-buffer-iterator.js", "test-buffer-new.js", "test-buffer-no-negative-allocation.js", |
