rocco/test
Mike West f177a9d7e2 Block comment parsing: basics.
Block comments are parsed out, but the commentchar removal isn't working
yet.  I'll refactor that code out of it's current home, and move it into
`parse`, as I need to know what _kind_ of comment it is that I'm
stripping.  Carrying that metadata around doesn't make any sense, so
I'll just convert the comment on the fly into a set of non-comment
strings.
2010-11-22 08:25:40 +01:00
..
fixtures Specify encoding for Pygments 2010-10-19 13:32:03 +02:00
helper.rb Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
suite.rb Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
test_basics.rb Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
test_block_comments.rb Block comment parsing: basics. 2010-11-22 08:25:40 +01:00
test_commentchar_detection.rb Refactoring comment_char internals: prepping for block comments 2010-11-21 16:53:22 +01:00
test_language_detection.rb Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
test_reported_issues.rb Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
test_skippable_lines.rb Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00