Add test for raw strings
This commit is contained in:
parent
5047091f08
commit
8b78568388
@ -17,5 +17,10 @@ fn main() -> &'static str {
|
||||
|
||||
let really_long_variable_name = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
|
||||
|
||||
let raw_string = r#"Do
|
||||
not
|
||||
remove
|
||||
formatting"#;
|
||||
|
||||
"stuff"
|
||||
}
|
||||
|
@ -19,5 +19,10 @@ fn main() -> &'static str {
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
|
||||
|
||||
let raw_string = r#"Do
|
||||
not
|
||||
remove
|
||||
formatting"#;
|
||||
|
||||
"stuff"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user