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
rust
/
tests
/
rustdoc
/
source-file.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for source files feature
2018-11-24 14:24:54 +01:00
#![
crate_name =
"
foo
"
]
Rename `@hastext` to `@hasraw` (same for `matches`) I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-10 13:13:18 -07:00
// @hasraw source-files.js source-file.rs
Add test for source files feature
2018-11-24 14:24:54 +01:00
pub
struct
Foo
;
Reference in New Issue
Copy Permalink