summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-hidden-line/verify.sh
blob: 9c905f37d317c14a2820d6575f448f2b11853f73 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

file="$1/doc/foo/fn.foo.html"

grep -v 'invisible' $file &&
grep '#.*\[.*deriving.*(.*Eq.*).*\].*//.*Bar' $file

exit $?