]> git.lizzy.rs Git - rust.git/commit
Add failing test for #3778 write_with_newline
authorphil <uniphil@gmail.com>
Mon, 18 Feb 2019 03:32:58 +0000 (22:32 -0500)
committerphil <uniphil@gmail.com>
Mon, 18 Feb 2019 03:32:58 +0000 (22:32 -0500)
commit2d28d9f02a9059eb449521a62fcedd8cca104b3f
treeec53745c656527f55a1b05d980e3ea1668c97fde
parenta71acac1da7eaf667ab90a1d65d10e5cc4b80191
Add failing test for #3778 write_with_newline

Literal `\n` characters (not a newline) in a `r"raw"` string should not
fail the lint.
tests/ui/write_with_newline.rs