diff options
Diffstat (limited to 'tests/rustdoc/crate-version.rs')
-rw-r--r-- | tests/rustdoc/crate-version.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rustdoc/crate-version.rs b/tests/rustdoc/crate-version.rs new file mode 100644 index 000000000..2592c9853 --- /dev/null +++ b/tests/rustdoc/crate-version.rs @@ -0,0 +1,3 @@ +// compile-flags: --crate-version=1.3.37 + +// @has 'crate_version/index.html' '//*[@class="version"]' 'Version 1.3.37' |