rust/tests/rustdoc-html/source-code-pages/shebang.rs
2026-01-07 14:23:30 +01:00

6 lines
237 B
Rust

#!/path/to/somewhere 0 if false ""
// Test that we highlight shebang as comments on source code pages.
//@ has 'src/shebang/shebang.rs.html'
//@ has - '//pre[@class="rust"]//span[@class="comment"]' '#!/path/to/somewhere 0 if false ""'