diff options
| author | Sean Brant | 2013-03-14 22:17:56 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-14 22:17:56 -0500 |
| commit | b2ced5bc0413bcf03f6ec2e27552aa276445d0f0 (patch) | |
| tree | 353161b18b56fb9333275a2a320e816ddfa0f2c9 /tests/fixtures/comments.txt | |
| parent | dbd34828cc6370e7edd3819510cccc1295ff6813 (diff) | |
| download | pykss-b2ced5bc0413bcf03f6ec2e27552aa276445d0f0.tar.bz2 | |
Fixes indenting issues
Diffstat (limited to 'tests/fixtures/comments.txt')
| -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> + */ |
