summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-03 23:16:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-03 23:16:54 -0700
commit5050cff37cbe2dffd7f7f09db11da40d7c1e48d0 (patch)
tree940adfc7367ee3893b1e61f82f6943a71085b88d /src
parent4a84b78100f2cfa0f7f7d13a24693a37af60003d (diff)
Removed comment that chokes recent cpp.
Closes #933.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Parsing.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index 0913d8c6c..4ade6def8 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -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)