RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

Silk parser fails to read text values including colon #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

-property: hello : world 

should be parsed as 
node name:"property"
node value: "hello : world"

but lexical error is observed at the intermediate colon.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by taroleo on 2 May 2010 at 7:36

GoogleCodeExporter commented 8 years ago
This issue was closed by revision d1db2c0b73.

Original comment by taroleo on 2 May 2010 at 12:20