We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cd8a9 commit 5705339Copy full SHA for 5705339
tests/testthat/line_breaks_and_other/ggplot2-in.R
@@ -26,6 +26,7 @@ ggplot(data = mtcars, mapping = aes(x = mpg, y = vs)) +
26
ggplot(data = mtcars, mapping = aes(x = mpg, y = vs)) + ggplot2::geom_point() + g() # comment
27
28
29
+
30
# add when comment
31
ggplot(data = mtcars, mapping = aes(x = mpg, y = vs)) +
32
ggplot2::geom_point() + g() + geom_oint() # comment
0 commit comments