Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
boanergies authored and birkenfeld committed Oct 30, 2020
1 parent 5534f84 commit 194eeb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_djangojavascript_lexer.py
Expand Up @@ -10,6 +10,10 @@ def lexer():


def test_do_not_mistake_JSDoc_for_django_comment(lexer):
"""
Test to make sure the lexer doesn't mistake
{* ... *} to be a django comment
"""
text = """/**
* @param {*} cool
*/
Expand Down

0 comments on commit 194eeb4

Please sign in to comment.