]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/string-lit.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / string-lit.rs
index 21cdc199d6ec7690f759bdb21ad6e2c876059204..e83c905ae633d4adadd93075d22f4c5e1f8a23cc 100644 (file)
@@ -25,6 +25,8 @@ fn main() -> &'static str {
 remove
 formatting"#;
 
+    filename.replace(" ", "\\");
+
     let xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx = funktion("yyyyyyyyyyyyyyyyyyyyy\
                                                                             yyyyyyyyyyyyyyyyyyyyy\
                                                                             yyyyyyyyyyyyyyyyyyyyy\
@@ -36,5 +38,5 @@ fn main() -> &'static str {
     let unicode4 = "☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃\
                     ☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃";
 
-    "stuff"
+    "stuffin'"
 }