diff options
author | Ferenc Wagner <wferi@niif.hu> | 2007-10-06 21:12:31 +0200 |
---|---|---|
committer | Ferenc Wagner <wferi@niif.hu> | 2007-10-06 21:12:31 +0200 |
commit | c16f56afd0f109db8f9faa3536ae94d4ba911795 (patch) | |
tree | 8205fc80846415ecba9f85601cb2239cd17afeee | |
parent | e72292fde142119b19812f4293d6ecb4a6e9732e (diff) | |
download | metatile-c16f56afd0f109db8f9faa3536ae94d4ba911795.tar metatile-c16f56afd0f109db8f9faa3536ae94d4ba911795.zip |
The empty line isntcomment.
There is a separate filter for that case.
darcs-hash:20071006191231-e7ae2-b8b0c7acd3cdf6119ef6d40cc08f8d054838c306
-rw-r--r-- | tests/loc.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/loc.hs b/tests/loc.hs index 3edc60b..09399ea 100644 --- a/tests/loc.hs +++ b/tests/loc.hs @@ -9,7 +9,6 @@ main = do foo <- getContents -- uncomment the following to check for mistakes in isntcomment -- putStr $ unlines $ actual_loc -isntcomment "" = False isntcomment ('-':'-':_) = False isntcomment ('{':'-':_) = False -- pragmas isntcomment _ = True |