From 88259287b5b7f84947cd21af174608b57b731fd0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 25 May 2020 13:40:09 +0530 Subject: tests: Test inputs of different lengths. * tests/base64.scm ("base64 random bytevector: base64-encode and base64-decode are inverses of each other", "base64 random bytevector: encoded output should not be more than 76 columns wide", "base64 random bytevector: encoded output must only consist of characters from the base64 alphabet"): Test inputs of different lengths. * tests/quoted-printable.scm ("quoted-printable random bytevector: quoted-printable-encode and quoted-printable-decode are inverses of each other", "quoted-printable random bytevector: encoded output should not be more than 76 columns wide", "quoted-printable random bytevector: encoded output must only consist of printable ASCII characters", "q-encoding random bytevector: q-encoding-encode and q-encoding-decode are inverses of each other"): Test inputs of different lengths. --- email/quoted-printable.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'email/quoted-printable.scm') diff --git a/email/quoted-printable.scm b/email/quoted-printable.scm index e501af1..2c5d7a7 100644 --- a/email/quoted-printable.scm +++ b/email/quoted-printable.scm @@ -1,5 +1,5 @@ ;;; guile-email --- Guile email parser -;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2018, 2020 Arun Isaac ;;; ;;; This file is part of guile-email. ;;; -- cgit v1.2.3