mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
6 lines
189 B
Rust
6 lines
189 B
Rust
//@ compile-flags: --crate-version=<script>alert("hi")</script> -Z unstable-options
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
//@ has 'foo/index.html' '//*[@class="version"]' '<script>alert("hi")</script>'
|