Skip to content

Commit

Permalink
[#32] Improve language comments tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Oct 14, 2022
1 parent fdaf1f9 commit 22e930d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See [Direction](../markdown_doc/enum_comments.zs#Direction) page.
**Deprecated!**
!*/
!*/ // space is intentional to check trailing space (empty paragraph) at the end
union TestUnion(bool case1Allowed)
{
/*! This is a comment for **case1Field**. !*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Traffic flow on links.
!*/

/**
* This is additional classic documentation comment.
/*
* This is standard comment which will be ignored. This means that there is only one floating comment and no
* sticky comment. This is intentional to check correctness of sticky comments filtering.
*/
enum bit:2 Direction
{
Expand Down

0 comments on commit 22e930d

Please sign in to comment.