diff options
| author | Michael Howell <michael@notriddle.com> | 2024-07-19 09:00:50 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-07-29 10:31:02 -0700 |
| commit | 3bf8bcfbe0ebd9527a8ec107c83085cd2d4d6ec1 (patch) | |
| tree | d0a1a198ca761c372b1fb97a4d5a8b410453e610 /tests | |
| parent | 1d339b07ca84743710dc87dc0bc4c0597006ed59 (diff) | |
| download | rust-3bf8bcfbe0ebd9527a8ec107c83085cd2d4d6ec1.tar.gz rust-3bf8bcfbe0ebd9527a8ec107c83085cd2d4d6ec1.zip | |
rustdoc: properly handle path wrapping
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rustdoc-gui/label-next-to-symbol.goml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/label-next-to-symbol.goml b/tests/rustdoc-gui/label-next-to-symbol.goml index 1fa0a120ada..a8363f29dd5 100644 --- a/tests/rustdoc-gui/label-next-to-symbol.goml +++ b/tests/rustdoc-gui/label-next-to-symbol.goml @@ -27,7 +27,8 @@ compare-elements-position-near: ( ".item-name .stab.deprecated", {"y": 2}, ) -compare-elements-position: ( +// "Unix" part is on second line +compare-elements-position-false: ( ".item-name .stab.deprecated", ".item-name .stab.portability", ["y"], |
