diff options
| author | Ralf Jung <post@ralfj.de> | 2023-01-13 11:46:54 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-01-13 11:46:54 +0100 |
| commit | 9475277c235d2297dc446155325b0b3fcfdbf722 (patch) | |
| tree | bf243b402462c46038a1692d4ab52a7148b75d52 /tests/rustdoc-gui/basic-code.goml | |
| parent | 9742679ebed966c62bf457df8353b9a5c6c22d29 (diff) | |
| parent | 7d59c0ccaa3aeb528a66ae3d2fec6a5ebbe44bc2 (diff) | |
| download | rust-9475277c235d2297dc446155325b0b3fcfdbf722.tar.gz rust-9475277c235d2297dc446155325b0b3fcfdbf722.zip | |
Merge from rustc
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
| -rw-r--r-- | tests/rustdoc-gui/basic-code.goml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml new file mode 100644 index 00000000000..108cf8abcb5 --- /dev/null +++ b/tests/rustdoc-gui/basic-code.goml @@ -0,0 +1,4 @@ +goto: "file://" + |DOC_PATH| + "/test_docs/index.html" +click: ".srclink" +wait-for: ".src-line-numbers" +assert-count: (".src-line-numbers", 1) |
