Incorrect parsing of 1_a
Bug #1262511 reported by
Jesse Beder
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
goyaml |
New
|
Undecided
|
Unassigned |
Bug Description
goyaml drops the underscore when parsing:
test: 1_a
It will parse this as
test: 1a
If you put quotes around the value, e.g.
test: "1_a"
then it preserves the underscore.
To post a comment you must log in.