Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Feb 29, 2024
1 parent 71810c0 commit c1f3886
Showing 1 changed file with 1 addition and 1 deletion.
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 />Pattern: `0*[a-z0-9]*[a-z]*[0-9]` <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 />Like this one.<br /><br />Now let's test a list:<br /><br />* a<br /><br />* b<br /><br /><br /><br /><br /><br />Another isolated comment.<br /><br /><br /><br /><br /><br />Looks good? | | Pattern: `0*[a-z0-9]*[a-z]*[0-9]*` <br /> |
| `comment` _string_ | Comment by guest. This can be a multi-line comment.<br />Like this one.<br />Now let's test a list:<br />* a<br />* b<br /><br /><br />Another isolated comment.<br /><br /><br />Looks good? | | Pattern: `0*[a-z0-9]*[a-z]*[0-9]*` <br /> |
| `rating` _[Rating](#rating)_ | Rating provided by the guest | | Maximum: 5 <br />Minimum: 1 <br /> |


Expand Down

0 comments on commit c1f3886

Please sign in to comment.