Skip to content

Commit

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

0 comments on commit 0a9ec4d

Please sign in to comment.