fix: Handling of quoted strings in YAML #380

Merged
wetneb merged 1 commit from wetneb/mergiraf:379-yaml-quoted-strings into main 2025-05-12 13:48:49 +02:00
Owner

Fixes #379.

The problem came from the fact that the tree-sitter-yaml grammar doesn't expose the contents of quoted strings as an AST node (only the delimiters are present). Therefore, all quoted strings are treated as isomorphic regardless of their actual content.

This makes another case for #325.

Fixes #379. The problem came from the fact that the tree-sitter-yaml grammar doesn't expose the contents of quoted strings as an AST node (only the delimiters are present). Therefore, all quoted strings are treated as isomorphic regardless of their actual content. This makes another case for #325.
fix: Handling of quoted strings in YAML
All checks were successful
/ test (pull_request) Successful in 55s
c09331abd6
ada4a approved these changes 2025-05-12 13:19:08 +02:00
wetneb merged commit 8e824f3cac into main 2025-05-12 13:48:49 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mergiraf/mergiraf#380
No description provided.