Skip to content

Commit

Permalink
fix multiline_string_whitespace_only, closes #429
Browse files Browse the repository at this point in the history
ws-only lines don't contribute *any* content to the string (beyond their existence as a newline)
  • Loading branch information
tabatkins authored Dec 12, 2024
1 parent ca2bd45 commit ebef875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node "" "" " \n"
node "" "" "\n"

0 comments on commit ebef875

Please sign in to comment.