Skip to content

Commit

Permalink
Comment out multiline string format test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Nov 27, 2024
1 parent 734213b commit 7807d2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions crates/air_r_formatter/tests/specs/r/value/string_value.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
'hi there!'
'\''
"'"
r"("some raw string
business")"
# TODO: https://github.com/posit-dev/air/issues/74
# r"("some raw string
# business")"
10 changes: 6 additions & 4 deletions crates/air_r_formatter/tests/specs/r/value/string_value.R.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ info: r/value/string_value.R
'hi there!'
'\''
"'"
r"("some raw string
business")"
# TODO: https://github.com/posit-dev/air/issues/74
# r"("some raw string
# business")"
```

Expand All @@ -35,6 +36,7 @@ Line width: 80
'hi there!'
'\''
"'"
r"("some raw string
business")"
# TODO: https://github.com/posit-dev/air/issues/74
# r"("some raw string
# business")"
```

0 comments on commit 7807d2e

Please sign in to comment.