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
737b461555
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 07:24:54 -06: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 15:13:18 -05:00
// @hasraw source-files.js source-file.rs
Add test for source files feature
2018-11-24 07:24:54 -06:00
pub
struct
Foo
;
Reference in New Issue
Copy Permalink