diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-25 15:57:01 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-12-05 15:59:40 +0100 |
| commit | 13b2156c68aa8e6565923dfad336461a393b75fa (patch) | |
| tree | 13d6e92f3b6f686a9a770e4f7033b4c7eafd2815 /tests/rustdoc-gui | |
| parent | d1dd589a1df3d0e2b392a1bd4034efa43326a4c9 (diff) | |
| download | rust-13b2156c68aa8e6565923dfad336461a393b75fa.tar.gz rust-13b2156c68aa8e6565923dfad336461a393b75fa.zip | |
Update rustdoc headings tests
Diffstat (limited to 'tests/rustdoc-gui')
| -rw-r--r-- | tests/rustdoc-gui/docblock-details.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/docblock-details.goml b/tests/rustdoc-gui/docblock-details.goml index 8e6d2ba824f..4b8f5b54fac 100644 --- a/tests/rustdoc-gui/docblock-details.goml +++ b/tests/rustdoc-gui/docblock-details.goml @@ -6,7 +6,7 @@ reload: // We first check that the headers in the `.top-doc` doc block still have their // bottom border. -assert-text: (".top-doc .docblock > h3", "Hello") +assert-text: (".top-doc .docblock > h3", "§Hello") assert-css: ( ".top-doc .docblock > h3", {"border-bottom": "1px solid #d2d2d2"}, |
