From: Feross Aboukhadijeh Date: Wed, 24 Dec 2014 00:19:42 +0000 (-0800) Subject: readme: tests from node.js core are included X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=c3f4b719e34059b2c892ab32499decee0a3e3b70;p=buffer.git readme: tests from node.js core are included --- diff --git a/README.md b/README.md index 5b33db7..e2a0871 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ instance methods, and class methods that are supported. - `.slice()` returns instances of the same type (Buffer) - Square-bracket `buf[4]` notation works, even in old browsers like IE6! - Does not modify any browser prototypes or put anything on `window` -- Comprehensive test suite +- Comprehensive test suite (including all buffer tests from node.js core) ## install