Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Single character keys #3

@pvorb

Description

@pvorb

Is there a reason, why single character keys don't get evaluated?

var yamlparser = require('yamlparser');
var obj = yamlparser.eval('a: 5');

console.log(obj);

will print {}.

Is this intended behavior?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions