summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/multilinecomments.pp
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-0/+4
| | | | | | | | | Comments and multi-line comments produces no token per-se during lexing, so the lexer loops to find another token. The issue was that we were not skipping whitespace after finding such non-token. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-1/+1
|
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+6
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>