...

Text file src/github.com/noirbizarre/gonja/ext/django/testData/statements/comment.tpl.out

Documentation: github.com/noirbizarre/gonja/ext/django/testData/statements

     1empty single line comment
     2
     3
     4filled single line comment
     5
     6
     7filled multilines comment
     8
     9
    10filled single line comment with valid tags
    11
    12
    13filled single line comment with invalid tags
    14
    15
    16filled single line comment with invalid syntax
    17
    18
    19empty block comment
    20
    21
    22filled text single line block comment
    23
    24
    25empty multi line block comment
    26
    27
    28block comment with other tags inside of it
    29
    30
    31block comment with invalid tags inside of it
    32
    33
    34block comment with invalid syntax inside of it
    35
    36
    37Regular tags between comments to verify it doesn't break in the lexer
    38
    39after if
    40
    41
    42end of file

View as plain text