summary refs log tree commit diff
path: root/email
diff options
context:
space:
mode:
authorArun Isaac2020-05-25 13:40:09 +0530
committerArun Isaac2020-05-25 19:59:26 +0530
commit88259287b5b7f84947cd21af174608b57b731fd0 (patch)
tree0a4e816c02196c57aa6d13d666f2532c056974c9 /email
parent60ad69b8c968e5c4d08056ef68d990e26f950d91 (diff)
downloadguile-email-88259287b5b7f84947cd21af174608b57b731fd0.tar.gz
guile-email-88259287b5b7f84947cd21af174608b57b731fd0.tar.lz
guile-email-88259287b5b7f84947cd21af174608b57b731fd0.zip
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.
Diffstat (limited to 'email')
-rw-r--r--email/quoted-printable.scm2
1 files changed, 1 insertions, 1 deletions
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 <arunisaac@systemreboot.net>
+;;; Copyright © 2018, 2020 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of guile-email.
 ;;;