mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 11:59:31 +00:00
Add regression test for backslash stripping
This commit is contained in:
@@ -22,6 +22,8 @@ not
|
||||
remove
|
||||
formatting"#;
|
||||
|
||||
filename.replace(" ", "\\" );
|
||||
|
||||
let xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx =
|
||||
funktion("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy");
|
||||
|
||||
|
||||
@@ -25,6 +25,8 @@ not
|
||||
remove
|
||||
formatting"#;
|
||||
|
||||
filename.replace(" ", "\\");
|
||||
|
||||
let xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx = funktion("yyyyyyyyyyyyyyyyyyyyy\
|
||||
yyyyyyyyyyyyyyyyyyyyy\
|
||||
yyyyyyyyyyyyyyyyyyyyy\
|
||||
|
||||
Reference in New Issue
Block a user