From: ts Date: 2004-05-23T19:33:29+09:00 Subject: Re: [bug] [yaml] YAML.load([1,2,3].to_yaml.to_yaml) >>>>> "d" == daz writes: d> I can't say where yours is, but mine's in: d> D:\ruby\SOURCE_CODE\cvs_head\ext\syck\syck.c The bug is in token.c which is build from token.re. If I patch token.c, the next release of syck will re-introduce the bug. Guy Decoux