Skip to content

Commit

Permalink
test: generate expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad committed Feb 28, 2024
1 parent 3927eab commit 95519bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/expected.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ GuestbookEntry defines an entry in a guest book.
| *`time`* __link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta[$$Time$$]__ | Time of entry | |
| *`comment`* __string__ | Comment by guest. This can be a multi-line comment. +

+

+

Just like this one. | | Pattern: `[a-z0-9]` +

| *`rating`* __xref:{anchor_prefix}-github-com-elastic-crd-ref-docs-api-v1-rating[$$Rating$$]__ | Rating provided by the guest | | Maximum: 5 +
Expand Down
2 changes: 1 addition & 1 deletion test/expected.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _Appears in:_
| --- | --- | --- | --- |
| `name` _string_ | Name of the guest (pipe \| should be escaped) | | MaxLength: 80 <br /> |
| `time` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta)_ | Time of entry | | |
| `comment` _string_ | Comment by guest. This can be a multi-line comment. <br /><br /> Just like this one. | | Pattern: `[a-z0-9]` <br /> |
| `comment` _string_ | Comment by guest. This can be a multi-line comment.<br /><br /><br /><br /><br /><br />Just like this one. | | Pattern: `[a-z0-9]` <br /> |
| `rating` _[Rating](#rating)_ | Rating provided by the guest | | Maximum: 5 <br />Minimum: 1 <br /> |


Expand Down

0 comments on commit 95519bd

Please sign in to comment.