diff options
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/comments.txt | 11 | 
1 files changed, 10 insertions, 1 deletions
| diff --git a/tests/fixtures/comments.txt b/tests/fixtures/comments.txt index 37dcdf6..885887c 100644 --- a/tests/fixtures/comments.txt +++ b/tests/fixtures/comments.txt @@ -30,4 +30,13 @@ Indented comments:      // Indented single-line comment. -    /* Indented block comment. */
\ No newline at end of file +    /* Indented block comment. */ + + +Comment with example: + +/* This comment has a indented example + * <div> + *     <div></div> + * </div> + */ | 
