pandoc/tests
fiddlosopher d06417125d Changes in entity handling:
+ Entities are parsed (and unicode characters returned) in both
  Markdown and HTML readers.
+ Parsers characterEntity, namedEntity, decimalEntity, hexEntity added
  to Entities.hs; these parse a string and return a unicode character.
+ Changed 'entity' parser in HTML reader to use the 'characterEntity'
  parser from Entities.hs.  
+ Added new 'entity' parser to Markdown reader, and added '&' as a 
  special character.  Adjusted test suite accordingly since now we 
  get 'Str "AT",Str "&",Str "T"' instead of 'Str "AT&T"..
+ stringToSGML moved to Entities.hs.  escapeSGML removed as redundant,
  given encodeEntities.
+ stringToSGML, encodeEntities, and specialCharToEntity are given a
  boolean parameter that causes only numerical entities to be used.
  This is used in the docbook writer.  The HTML writer uses named
  entities where possible, but not all docbook-consumers know about
  the named entities without special instructions, so it seems safer
  to use numerical entities there.
+ decodeEntities is rewritten in a way that avoids Text.Regex, using
  the new parsers.
+ charToEntity and charToNumericalEntity added to Entities.hs.
+ Moved specialCharToEntity from Shared.hs to Entities.hs.
+ Removed unneeded 'decodeEntities' from 'str' parser in HTML and
  Markdown readers.
+ Removed sgmlHexEntity, sgmlDecimalEntity, sgmlNamedEntity, and
  sgmlCharacterEntity from Shared.hs.
+ Modified Docbook writer so that it doesn't rely on Text.Regex for
  detecting "mailto" links.



git-svn-id: https://pandoc.googlecode.com/svn/trunk@515 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-27 03:04:40 +00:00
..
MarkdownTest_1.0.3 Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
generate.sh Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
html-reader.html Changed 'putStrLn' to 'putStr' in Main.hs, and modified some 2006-12-16 05:05:02 +00:00
html-reader.native Pandoc bug fixes: 2006-11-26 07:01:37 +00:00
insert initial import 2006-10-17 14:22:29 +00:00
lalune.jpg initial import 2006-10-17 14:22:29 +00:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
rst-reader.native Pandoc bug fixes: 2006-11-26 07:01:37 +00:00
rst-reader.rst Changed 'putStrLn' to 'putStr' in Main.hs, and modified some 2006-12-16 05:05:02 +00:00
runtests.pl Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
s5.basic.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.fancy.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.fragment.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.inserts.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.native Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
tables.db Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.html Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.native Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.tex Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.txt Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
testsuite.native Changes in entity handling: 2007-01-27 03:04:40 +00:00
testsuite.txt Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00
writer.docbook Changes in entity handling: 2007-01-27 03:04:40 +00:00
writer.html Modified HTML output for Image elements, to conform to 2007-01-07 01:06:34 +00:00
writer.latex More smart quote bug fixes: 2007-01-24 08:14:43 +00:00
writer.markdown Modified Markdown writer to use autolinks when possible. 2007-01-24 19:06:30 +00:00
writer.native Changes in entity handling: 2007-01-27 03:04:40 +00:00
writer.rst Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00
writer.rtf Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00