Blog: 2026-02-14
Jump to navigation
Jump to search
This article https://css-tricks.com/copy-paste-the-web/ has some issues, such as
<p>You can’t really do that on a <code></code></p>
Which renders as:
You can’t really do that on a
Looks like they may accept contributions, but this one is a bit weird since it'll require rendering the text to see if it's been fixed. Probably just wrapping
<code>
in backticks would work though? If it's markdown
This HN post: https://news.ycombinator.com/item?id=23473370
Links to these pretty reporters: https://github.com/tape-testing/tape?tab=readme-ov-file#pretty-reporters
I'm looking for (or could make) one like unittest which prints . for success and F for fail, then prints the number of tests and whether or not it succeeded. Nothing too fancy.