summaryrefslogtreecommitdiff
path: root/t/pm/Utils.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/pm/Utils.pl')
-rw-r--r--t/pm/Utils.pl17
1 files changed, 12 insertions, 5 deletions
diff --git a/t/pm/Utils.pl b/t/pm/Utils.pl
index 2ccb3635f..39fc05c61 100644
--- a/t/pm/Utils.pl
+++ b/t/pm/Utils.pl
@@ -1,9 +1,9 @@
# Copyright (C) 2018 Free Software Foundation, Inc.
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,6 +12,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
use Automake::Utils;
sub check_subst
@@ -43,7 +44,13 @@ sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero
lacinia eros.
";
- my $expected_res = "Aliquam posuere. Nunc aliquet, augue nec adipiscing interdum, lacus tellus malesuada massa, quis varius mi purus non odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna. Curabitur vulputate vestibulum lorem. Fusce sagittis, libero non molestie mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia eros.";
+ my $expected_res = "Aliquam posuere. Nunc aliquet, augue nec adipiscing " .
+ "interdum, lacus tellus malesuada massa, quis varius mi purus non " .
+ "odio. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum " .
+ "augue ornare nulla, non luctus diam neque sit amet urna. Curabitur " .
+ "vulputate vestibulum lorem. Fusce sagittis, libero non molestie " .
+ "mollis, magna orci ultrices dolor, at vulputate neque nulla lacinia " .
+ "eros.";
return 1 if (flatten $test_str) ne $expected_res;
return 0;