Skip to content

Commit

Permalink
docs: 'not ok' in yaml confuses the syntax highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 11, 2023
1 parent af8f822 commit 161c736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/docs/content/tap-format.md
Expand Up @@ -173,10 +173,10 @@ ok 1 - everything is ok, just very communicative
not ok 2 - failing, gonna tell you why
---
at:
file: foo.js
line: 13
column: 4
message: This is not ok
fileName: foo.js
lineNumber: 13
columnNumber: 4
message: A message describing the error
thrown: true
...
Expand Down

0 comments on commit 161c736

Please sign in to comment.