Put doc keyword behind feature flag

This commit is contained in:
Guillaume Gomez 2018-06-03 00:45:49 +02:00
parent f784d5ead2
commit ded5c5a9ee
3 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,8 @@
#![crate_name = "foo"]
#![feature(doc_keyword)]
// @has foo/index.html '//h2[@id="keywords"]' 'Keywords'
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'