-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Inline comments are removed from inline lists.
To Reproduce
const input = 'key1: [value1, value2] # comment';
const parsed = yaml.parseDocument(input);
const result = parsed.toString();
expect(result).toContain("# comment");
Expected behaviour
Comments should be preserved.
Versions:
- Environment: Chrome Version 110.0.5481.100 (Official Build) (arm64)
yaml
: 2.2.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working