# Copyright (c) 2006-2009 bivio Software, Inc. All Rights Reserved. # # Visit http://www.bivio.biz for more info. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of the # License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; If not, you may get a copy from: # http://www.opensource.org/licenses/lgpl-license.html # # $Id: Tuple2.bunit,v 1.4 2009/05/01 17:10:21 nagler Exp $ [ class() => [ split_body => [ "\n\n\nc1" => [undef, 'c1'], 'x' => [undef, 'x'], 'X1:y' => ['X1:y', ''], "X1:y\ny2" => ["X1:y\ny2", ''], ], split_rfc822 => [ [\(<<'EOF')] => ['S1: x', 'c1'], H1: a1 H2: b1 S1: x c1 EOF [\(<<'EOF')] => ['S1: x', ''], H1: a2 H2: b2 S1: x EOF [\(<<'EOF')] => [undef, 'c1'], H1: a3 H2: b3 c1 EOF [\(<<'EOF')] => ['S1: x', ''], H1: a4 H2: b4 S1: x EOF [\(<<'EOF')] => [undef, 'c1'], H1: a5 H2: b5 S1: x5 c1 EOF [\(<<'EOF')] => [undef, ''], H1: a6 H2: b6 S1: x6 c1 EOF [\(<<'EOF')] => [undef, ''], S1: x7 EOF ], ], ];