Add test suite based on the one from flexi-streams.
commit0a421130357bf8cdd9a764aedbac309b90e9ef28
authorLuis Oliveira <loliveira@common-lisp.net>
Sat, 4 Aug 2007 02:05:21 +0000 (4 04:05 +0200)
committerStelian Ionescu <sionescu@common-lisp.net>
Sat, 4 Aug 2007 02:05:21 +0000 (4 04:05 +0200)
treee202ef97a062a9b6cfa2839581ecd18a9d13a827
parentcb5b06d7288b9c5e369abd2a82d4e28368dc9797
Add test suite based on the one from flexi-streams.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
23 files changed:
io.streams-tests.asd [new file with mode: 0644]
tests/hebrew_utf-8_cr.txt [new file with mode: 0644]
tests/hebrew_utf-8_crlf.txt [new file with mode: 0644]
tests/hebrew_utf-8_lf.txt [new file with mode: 0644]
tests/io.streams-tests.lisp [new file with mode: 0644]
tests/kafka_latin-1_cr.txt [new file with mode: 0644]
tests/kafka_latin-1_crlf.txt [new file with mode: 0644]
tests/kafka_latin-1_lf.txt [new file with mode: 0644]
tests/kafka_utf-8_cr.txt [new file with mode: 0644]
tests/kafka_utf-8_crlf.txt [new file with mode: 0644]
tests/kafka_utf-8_lf.txt [new file with mode: 0644]
tests/russian_utf-8_cr.txt [new file with mode: 0644]
tests/russian_utf-8_crlf.txt [new file with mode: 0644]
tests/russian_utf-8_lf.txt [new file with mode: 0644]
tests/tilton_ascii_cr.txt [new file with mode: 0644]
tests/tilton_ascii_crlf.txt [new file with mode: 0644]
tests/tilton_ascii_lf.txt [new file with mode: 0644]
tests/tilton_utf-8_cr.txt [new file with mode: 0644]
tests/tilton_utf-8_crlf.txt [new file with mode: 0644]
tests/tilton_utf-8_lf.txt [new file with mode: 0644]
tests/unicode_demo_utf-8_cr.txt [new file with mode: 0644]
tests/unicode_demo_utf-8_crlf.txt [new file with mode: 0644]
tests/unicode_demo_utf-8_lf.txt [new file with mode: 0644]