Skip to content

Commit

Permalink
fix: don't allow newlines in interpreted_string_literal (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhas07 authored Jan 14, 2025
1 parent 4cf9141 commit 4fc529d
Show file tree
Hide file tree
Showing 6 changed files with 1,757 additions and 1,764 deletions.
7 changes: 5 additions & 2 deletions dialects/helm/src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3420,8 +3420,11 @@
}
},
{
"type": "STRING",
"value": "\""
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "STRING",
"value": "\""
}
}
]
},
Expand Down
Loading

0 comments on commit 4fc529d

Please sign in to comment.