diff options
| author | Sean Brant | 2013-03-09 15:57:26 -0600 |
|---|---|---|
| committer | Sean Brant | 2013-03-09 15:57:26 -0600 |
| commit | fa90f078e5de5a1acbd9eda529db17ab1b2b4cb3 (patch) | |
| tree | 7d3014b692f53e5272c52a7f87c66f5aa9908b44 /tests/fixtures/comments.txt | |
| download | pykss-fa90f078e5de5a1acbd9eda529db17ab1b2b4cb3.tar.bz2 | |
Initial Import
Diffstat (limited to 'tests/fixtures/comments.txt')
| -rw-r--r-- | tests/fixtures/comments.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/fixtures/comments.txt b/tests/fixtures/comments.txt new file mode 100644 index 0000000..37dcdf6 --- /dev/null +++ b/tests/fixtures/comments.txt @@ -0,0 +1,33 @@ +This file is used for generic comment parsing across CSS, SCSS, SASS & LESS. + +There's single-line comment styles: + +// This comment block has comment identifiers on every line. +// +// Fun fact: this is Kyle's favorite comment syntax! + + +There's block comment styles: + +/* This comment block is a block-style comment syntax. + +There's only two identifier across multiple lines. */ + +/* This is another common multi-line comment style. + * + * It has stars at the begining of every line. + */ + + +Some people do crazy things like mix comment styles: + +// This comment has a /* comment */ identifier inside of it! + +/* Look at my //cool// comment art! */ + + +Indented comments: + + // Indented single-line comment. + + /* Indented block comment. */
\ No newline at end of file |
