Skip to content

Commit 9d83108

Browse files
Add test for deprecated emoji
1 parent abbc736 commit 9d83108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/issue-32374.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @matches issue_32374/index.html '//*[@class="docblock-short"]/text()' 'Docs'
1111

1212
// @has issue_32374/struct.T.html '//*[@class="stab deprecated"]' \
13-
// 'Deprecated since 1.0.0: text'
13+
// '👎 Deprecated since 1.0.0: text'
1414
// @has - '<code>test</code>&nbsp;<a href="http://issue_url/32374">#32374</a>'
1515
// @matches issue_32374/struct.T.html '//*[@class="stab unstable"]' \
1616
// '🔬 This is a nightly-only experimental API. \(test\s#32374\)$'
@@ -20,7 +20,7 @@
2020
pub struct T;
2121

2222
// @has issue_32374/struct.U.html '//*[@class="stab deprecated"]' \
23-
// 'Deprecated since 1.0.0: deprecated'
23+
// '👎 Deprecated since 1.0.0: deprecated'
2424
// @has issue_32374/struct.U.html '//*[@class="stab unstable"]' \
2525
// '🔬 This is a nightly-only experimental API. (test #32374)'
2626
// @has issue_32374/struct.U.html '//details' \

0 commit comments

Comments
 (0)