We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabdb59 commit 210c152Copy full SHA for 210c152
tools/check-output.sh
@@ -56,7 +56,7 @@ cat std-headerindex.ind |
56
57
# Find concept index entries missing a definition
58
cat std-conceptindex.ind |
59
- sed 's/.hyperindexformat/\nhyperindexformat/;s/.hyperpage/hyperpage/' |
+ sed 's/.hyperindexformat/\nhyperindexformat/;s/.hyperpage/\nhyperpage/g' |
60
awk 'BEGIN { def=1 } /^ .item/ { if (def==0) { gsub("[{},]", "", item); print item } item=$NF; def=0; next } /hyperindexformat/ { def=1 }' |
61
sed 's/^\(.*\)$/concept \1 has no definition/' |
62
fail || failed=1
0 commit comments