mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
[doclint] simplify error reporting
This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
This commit is contained in:
9
utils/doclint/test/07-sorting/doc.md
Normal file
9
utils/doclint/test/07-sorting/doc.md
Normal file
@@ -0,0 +1,9 @@
|
||||
### class: Foo
|
||||
|
||||
#### foo.aaa()
|
||||
|
||||
#### new Foo()
|
||||
|
||||
#### foo.ccc()
|
||||
|
||||
#### foo.bbb()
|
||||
Reference in New Issue
Block a user