Skip to content

Commit

Permalink
KeywordBearTest.py: Add language comment
Browse files Browse the repository at this point in the history
Adds comment clarifying use of language setting.

Fixes #2798
  • Loading branch information
IronPenguin4179 committed Mar 19, 2019
1 parent fd5a5a7 commit a009f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/general/KeywordBearTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
'test line warNING'),
settings={'keywords': 'todo, warning',
'language': 'c'})
# Language setting is used to generate the diff correctly and doesn't influence
# where the keyword may appear.


class KeywordBearDiffTest(unittest.TestCase):
Expand Down

0 comments on commit a009f31

Please sign in to comment.