The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-string-decoder.js @ 6f043940

History | View | Annotate | Download (4.18 KB)

# Date Author Comment
22b83984 06/06/2014 06:07 PM Felix Geisendörfer

string_decoder: Improve test coverage

The test cases are still essentially the same, but now all possible ways
of writing a buffer into the decoder are tested, which has exposed a few
failing scenarios that had not been discovered so far!

40c4beeb 05/05/2012 09:47 AM koichik

string_decoder: added support for UTF-16LE

Fixes #3223.

ceb51dda 05/04/2012 11:24 PM koichik

string_decoder: add support for CESU-8

Fixes #3217.

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

92789b16 12/04/2010 07:36 PM Ryan Dahl

Fix global leaks

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

c0d69a48 12/02/2010 08:49 PM Oleg Efimov

GJSLint part of tests

cf2b206a 08/17/2010 11:41 AM Herbert Vojčík

More changes to tests so they really work under context module loader.

Plus, getting rid of test/common.js defining things in global.

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

ba792ea2 06/23/2010 11:05 PM Ryan Dahl

:%s/sys.puts/console.log/g

and there was much rejoicing

6bed15e0 06/15/2010 09:19 PM Ryan Dahl

Refactor: Utf8Decoder -> StringDecoder

Instead of just decoding Utf8, this will proxy requests to buffer.toString()
for other encodings. This makes for a simpler interface.