Skip to content

Commit

Permalink
Add ...arguments in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed May 27, 2021
1 parent 4333e1f commit f3837eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ printWidth: 80
@arg4="hello"
{{! this is a comment for arg 5}}
@arg5="hello"
...arguments
/>
=====================================output=====================================
Expand All @@ -160,6 +161,7 @@ printWidth: 80
@arg4="hello"
{{! this is a comment for arg 5}}
@arg5="hello"
...arguments
/>
================================================================================
`;
Expand Down
1 change: 1 addition & 0 deletions tests/format/handlebars/attr-node/order.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
@arg4="hello"
{{! this is a comment for arg 5}}
@arg5="hello"
...arguments
/>

0 comments on commit f3837eb

Please sign in to comment.