lubyk / yaml

Yaml for Lubyk.
https://lubyk.github.io/lubyk/yaml.html
Other
19 stars 5 forks source link

A bug #1

Open XuYunnan opened 9 years ago

XuYunnan commented 9 years ago

if a string start with number, it only display number eg: worker.foo: cmd: worker memory: 128m hehe: 1234z hehe2: "1234z" the result is {"worker.foo":{"memory":128,"hehe2":"1234z","cmd":"worker","hehe":1234}}