[doclint] move doclint testing to golden

This patch:
- move doclint testing to golden
- refactor doclint/lint.js to drop specs and everything
This commit is contained in:
Andrey Lushnikov
2017-07-13 01:25:32 -07:00
parent 9b2e9ce6ca
commit c468c451c5
33 changed files with 190 additions and 261 deletions

View File

@@ -0,0 +1,3 @@
[MarkDown] Non-existing class found: Bar
[MarkDown] Non-existing class found: Baz
[MarkDown] Class not found: Other

View File

@@ -0,0 +1,5 @@
### class: Foo
### class: Bar
### class: Baz

View File

@@ -0,0 +1,2 @@
class Foo {
}

View File

@@ -0,0 +1,2 @@
class Other {
}