summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lists.php
blob: fb9c8d02753b84413e7a2fa9fbe46046d5d0d0c3 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://lists.freebsd.org/pipermail/freebsd-announce/2013-September/001504.html',
    'body' => array(
        '//pre',
    ),
    'strip' => array(
    )
);