XML::FeedPP::RSS returns "" and not undef
This commit is contained in:
parent
8b3877c34e
commit
f29f3e3851
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ cmp_deeply(
|
||||||
title => 'Dummy Title',
|
title => 'Dummy Title',
|
||||||
description => 'Dummy Synopsis', ##Not description
|
description => 'Dummy Synopsis', ##Not description
|
||||||
link => $session->url->getSiteURL . '/home/shawshank',
|
link => $session->url->getSiteURL . '/home/shawshank',
|
||||||
copyright => undef,
|
copyright => '',
|
||||||
),
|
),
|
||||||
'... title, description, link inherit from asset by default, copyright unset'
|
'... title, description, link inherit from asset by default, copyright unset'
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue