File: ticket-66025.t

package info (click to toggle)
libmime-tools-perl 5.515-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: perl: 6,349; makefile: 8
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");