Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
fix(test): Remove use of block descriptions, these are broken in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jan 24, 2017
1 parent a12eff8 commit 282e03e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions test/fixtures/sample.apib
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,14 @@ A frob does something.
+ id (required)
+ tags (array)
+ (object)
Describes a tag.
+ name (required) - Tag name.
+ count: 23 (number)
I am some long content.

Each tag has a name and a number of times it was used.
- one

+ Properties
+ name (required) - Tag name.
+ count: 23 (number)
I am some long content.

- one
- two

+ Default: 1
- two
+ Default: 1

#### GET

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"element": "sourceMap",
"content": [
[
681,
534,
15
]
]
Expand Down

0 comments on commit 282e03e

Please sign in to comment.