From fa13122f0959b914edef0bfc79e5b15fda28bb8d Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Mon, 22 Mar 2010 04:34:52 +0000 Subject: [PATCH] add regression tests. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@189 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 5 +- pdfminer/layout.py | 16 +- samples/Makefile | 6 +- samples/dmca.html.ref | 1953 ++++ samples/dmca.txt.ref | 59 + samples/dmca.xml.ref | 2230 +++++ samples/f1040nr.html.ref | 4268 +++++++++ samples/f1040nr.txt.ref | 322 + samples/f1040nr.xml.ref | 6011 ++++++++++++ samples/i1040nr.html.ref | 5506 +++++++++++ samples/i1040nr.txt.ref | 186 + samples/i1040nr.xml.ref | 6273 +++++++++++++ samples/jo.html.ref | 1034 +++ samples/jo.txt.ref | 964 ++ samples/jo.xml.ref | 4820 ++++++++++ samples/kampo.html.ref | 2853 ++++++ samples/kampo.txt.ref | 2717 ++++++ samples/kampo.xml.ref | 13623 ++++++++++++++++++++++++++++ samples/naacl06-shinyama.html.ref | 2905 ++++++ samples/naacl06-shinyama.txt.ref | 87 + samples/naacl06-shinyama.xml.ref | 3741 ++++++++ samples/nlp2004slides.html.ref | 89 + samples/nlp2004slides.txt.ref | 9 + samples/nlp2004slides.xml.ref | 120 + samples/simple1.html.ref | 66 + samples/simple1.txt.ref | 17 + samples/simple1.xml.ref | 139 + samples/simple2.html.ref | 11 + samples/simple2.txt.ref | 1 + samples/simple2.xml.ref | 9 + 30 files changed, 60026 insertions(+), 14 deletions(-) create mode 100644 samples/dmca.html.ref create mode 100644 samples/dmca.txt.ref create mode 100644 samples/dmca.xml.ref create mode 100644 samples/f1040nr.html.ref create mode 100644 samples/f1040nr.txt.ref create mode 100644 samples/f1040nr.xml.ref create mode 100644 samples/i1040nr.html.ref create mode 100644 samples/i1040nr.txt.ref create mode 100644 samples/i1040nr.xml.ref create mode 100644 samples/jo.html.ref create mode 100644 samples/jo.txt.ref create mode 100644 samples/jo.xml.ref create mode 100644 samples/kampo.html.ref create mode 100644 samples/kampo.txt.ref create mode 100644 samples/kampo.xml.ref create mode 100644 samples/naacl06-shinyama.html.ref create mode 100644 samples/naacl06-shinyama.txt.ref create mode 100644 samples/naacl06-shinyama.xml.ref create mode 100644 samples/nlp2004slides.html.ref create mode 100644 samples/nlp2004slides.txt.ref create mode 100644 samples/nlp2004slides.xml.ref create mode 100644 samples/simple1.html.ref create mode 100644 samples/simple1.txt.ref create mode 100644 samples/simple1.xml.ref create mode 100644 samples/simple2.html.ref create mode 100644 samples/simple2.txt.ref create mode 100644 samples/simple2.xml.ref diff --git a/docs/index.html b/docs/index.html index 0b2bf30..bbb65c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Mar 20 05:43:04 UTC 2010 +Last Modified: Mon Mar 22 04:34:28 UTC 2010
@@ -334,7 +334,6 @@ no stream header is displayed for the ease of saving it to a file.

TODOs