[otrs-cvs] otrs/scripts/test/CPAN YAML.t,1.7,1.8
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/CPAN
In directory lancelot:/tmp/cvs-serv20963/scripts/test/CPAN
Modified Files:
YAML.t
Log Message:
- 2013-01-15 Patched the module YAML::Loader to work around an open bug with parsing errors
on large strings.
Author: mg
Index: YAML.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/CPAN/YAML.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- YAML.t 11 Jan 2013 04:38:37 -0000 1.7
+++ YAML.t 15 Jan 2013 11:41:59 -0000 1.8
@@ -38,23 +38,7 @@
},
},
-# {
-# Name => 'Very long string', # see https://bugzilla.redhat.com/show_bug.cgi?id=19240_0000
-# Data => 'a ' x 40_000,
-# },
-# {
-# Name => 'Very long string, double quoted', # see https://bugzilla.redhat.com/show_bug.cgi?id=19240_0000
-# Data => 'a ' x 40_000,
-# YAMLString => '--- "' . ('a ' x 40_000) . "\"\n"
-# },
-# {
-# Name => 'Very long string, single quoted', # see https://bugzilla.redhat.com/show_bug.cgi?id=19240_0000
-# Data => 'a ' x 40_000,
-# YAMLString => '--- \'' . ('a ' x 40_000) . "'\n"
-# },
{
- Name => 'Compiled Regexp',
- Data => {
- Key => qr{My[ ]Regexp}msx,
- },
+ Name => 'Very long string', # see https://bugzilla.redhat.com/show_bug.cgi?id=19240_0000
+ Data => 'äø<>"\'' x 40_000,
},
);
@@ -64,5 +48,4 @@
my $YAMLData = YAML::Load( $YAMLString );
-
$Self->IsDeeply(
$Test->{Data},
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log