This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
143fb4357f
rust
/
src
/
test
/
ui
/
assert-escape.rs
6 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-26 16:54:25 -05:00
// run-pass
Escape stringified expression Payload of `Literal` token must be escaped. Also print printable non-ASCII characters.
2018-03-14 04:11:42 -05:00
fn
main
(
)
{
assert!
(
r
#
"☃\backslash"#
.
contains
(
"
\\
"
)
)
;
}
Reference in New Issue
Copy Permalink