Skip to content

Conversation

@holodorum
Copy link
Collaborator

The kson document:

- {}
- items: {}

formatted to

- {
- }
- items: {}

after roundtripping through compact mode.

Compact mode formats this document to:

[{{}}items:{}]

due to a mistake in handling the delimiters.

The kson document:
```
- {}
- items: {}
```
formatted to
```
- {
- }
- items: {}
```
after roundtripping through compact mode.

Compact mode formats this document to:
```
[{{}}items:{}]
```
due to a mistake in handling the delimiters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant