Skip to content

Commit

Permalink
fix: Change TODO in [TODO:description] for doge_comment_interactive o…
Browse files Browse the repository at this point in the history
…ption test
  • Loading branch information
kkoomen committed Jul 21, 2019
1 parent bb31964 commit 54a2626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/options/doge_comment_interactive.vader
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then (expect the cursor to be in the same position but shifted by the amount of

Expect php (generated comment with @param tags):
/**
* TODO
* [TODO:description]
*
* @param array $p1
* [TODO:description]
Expand Down Expand Up @@ -48,7 +48,7 @@ Then (expect the first TODO in the comment to be selected):

Expect php (generated comment with @param tags):
/**
* TODO
* [TODO:description]
*
* @param array $p1
* [TODO:description]
Expand Down

0 comments on commit 54a2626

Please sign in to comment.