Kirill Simonov | 28 Jul 2008 12:48
Picon

Re: Possible libyaml bug

Hi Ingy,

Ingy dot Net wrote:
> I think this may be the first bug I've found in libyaml:
> 
>  > ysh -MYAML::XS
> Welcome to the YAML Test Shell. Type ':help' for more information.
> 
> ysh > --- 
> "                                                                    
> yaml> 
> --                                                                       
> yaml> 
> "                                                                        
> yaml> 
> ...                                                                      
> $VAR1 = ' -- ';
> ysh > --- 
> "                                                                    
> yaml> 
> ---                                                                      
> yaml> 
> "                                                                        
> yaml> 
> ...                                                                      
> YAML Load Failed:
>   YAML::XS::Load Error: The problem:
>  
>       found unexpected document indicator
>  
(Continue reading)

Ingy dot Net | 28 Jul 2008 10:46
Gravatar

Possible libyaml bug

I think this may be the first bug I've found in libyaml:

> ysh -MYAML::XS
Welcome to the YAML Test Shell. Type ':help' for more information.

ysh > --- "                                                                    
yaml> --                                                                       
yaml> "                                                                        
yaml> ...                                                                      
$VAR1 = ' -- ';
ysh > --- "                                                                    
yaml> ---                                                                      
yaml> "                                                                        
yaml> ...                                                                      
YAML Load Failed:
  YAML::XS::Load Error: The problem:
 
      found unexpected document indicator
 
  was found at document: 1, line: 2, column: 1
  while scanning a quoted scalar at line: 1, column: 5
ysh >                      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Yaml-core mailing list
Yaml-core@...
https://lists.sourceforge.net/lists/listinfo/yaml-core

Gmane