Fix bug in conversion process between RSS and Atom where HTML got double encoded
[catagits/XML-Feed.git] / t / 12-multi-subjects-rss.t
1 #!perl -w
2
3 use vars qw($type $field);
4 $type  = "rss";
5 $field = "subjects";
6 require 't/12-multi-categories.base';