htmltest icon indicating copy to clipboard operation
htmltest copied to clipboard

Incorrect "hash does not exist" error?

Open kaushalmodi opened this issue 6 years ago • 0 comments

Hello,

I am trying to use htmltest to sanitize the Nim lang docs.

Here's a sample: https://ptpb.pw/n2MI/html

If you download it and just run htmltest . (i.e. default config), you will get:

htmltest started at 11:52:29 on .
========================================================================
channels.html
  hash does not exist --- channels.html --> #send%2CChannel%5BTMsg%5D%2CTMsg
  hash does not exist --- channels.html --> #trySend%2CChannel%5BTMsg%5D%2CTMsg
  hash does not exist --- channels.html --> #recv%2CChannel%5BTMsg%5D
  hash does not exist --- channels.html --> #tryRecv%2CChannel%5BTMsg%5D
  hash does not exist --- channels.html --> #peek%2CChannel%5BTMsg%5D
  hash does not exist --- channels.html --> #open%2CChannel%5BTMsg%5D%2Cint
  hash does not exist --- channels.html --> #close%2CChannel%5BTMsg%5D
  hash does not exist --- channels.html --> #ready%2CChannel%5BTMsg%5D
========================================================================
✘✘✘ failed in 5.997424ms
8 errors in 1 documents

If you look at the first errorL

hash does not exist --- channels.html --> #send%2CChannel%5BTMsg%5D%2CTMsg

  • The link is here: https://ptpb.pw/n2MI/html#L-1246
  • And the associated <a id= ..> is here: https://ptpb.pw/n2MI/html#L-1292

So why is that error thrown?

kaushalmodi avatar Sep 28 '18 15:09 kaushalmodi