File: ticket-66025.t

package info (click to toggle)
libmime-tools-perl 5.508-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,552 kB
  • ctags: 413
  • sloc: perl: 6,174; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use Test::More tests => 1;
use Test::Deep;

use MIME::Words;

cmp_deeply(MIME::Words::decode_mimewords("\nx"),
	   ["\nx"],
	   "Fix for ticket #66025 passes");