Removed comment that chokes recent cpp.

Closes #933.
This commit is contained in:
John MacFarlane 2013-08-03 23:16:54 -07:00
parent 4a84b78100
commit 5050cff37c

View file

@ -421,7 +421,6 @@ uri :: Parser [Char] st (String, String)
uri = try $ do
scheme <- uriScheme
char ':'
-- /^[\/\w\u0080-\uffff]+|%[A-Fa-f0-9]+|&#?\w+;|(?:[,]+|[\S])[%&~\w\u0080-\uffff]/
-- We allow punctuation except at the end, since
-- we don't want the trailing '.' in 'http://google.com.' We want to allow
-- http://en.wikipedia.org/wiki/State_of_emergency_(disambiguation)