Added a `file' "test suite", with only tests for inflate/deflate.

svn: r14147

original commit: c69045008d
This commit is contained in:
Eli Barzilay 2009-03-17 14:57:01 +00:00
parent 926459b339
commit 303b647cc3

View File

@ -1,5 +1,6 @@
#lang scheme
(require net/cgi net/uri-codec tests/eli-tester)
(require net/cgi (only-in net/uri-codec current-alist-separator-mode)
tests/eli-tester)
(define (test-bindings mode query-string)
(parameterize ([current-alist-separator-mode mode])