[DRE-commits] [ruby-maruku] branch master updated (1d8ccf5 -> f6ee5a6)

Jonas Genannt jonas at brachium-system.net
Sat Feb 15 21:01:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a change to branch master
in repository ruby-maruku.

      from  1d8ccf5   use canonical URI in Vcs-* fields
       new  95c20fb   d/control: removed transitional packages (Closes: #735704)
       new  0f1cc75   d/control: bumped standards version to 3.9.5 (no changes needed)
       new  8736977   Imported Upstream version 0.7.1
       new  f6ee5a6   Merge tag 'upstream/0.7.1'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 MIT-LICENSE.txt                                    |   20 +
 Rakefile                                           |   73 -
 bin/marudown                                       |   29 -
 bin/maruku                                         |  305 ++--
 bin/marutest                                       |  345 ----
 bin/marutex                                        |   31 +-
 checksums.yaml.gz                                  |  Bin 0 -> 270 bytes
 checksums.yaml.gz.sig                              |  Bin 0 -> 256 bytes
 data.tar.gz.sig                                    |  Bin 0 -> 256 bytes
 data/entities.xml                                  |  261 +++
 debian/control                                     |   24 +-
 docs/changelog.md                                  |  334 ----
 docs/markdown_syntax.md                            |   30 +-
 docs/math.md                                       |   32 +-
 lib/maruku.rb                                      |  142 +-
 lib/maruku/attributes.rb                           |  323 ++--
 lib/maruku/defaults.rb                             |  112 +-
 lib/maruku/document.rb                             |   43 +
 lib/maruku/element.rb                              |  127 ++
 lib/maruku/errors.rb                               |   71 +
 lib/maruku/errors_management.rb                    |   92 -
 lib/maruku/ext/div.rb                              |  218 ++-
 lib/maruku/ext/fenced_code.rb                      |   97 +
 lib/maruku/ext/math.rb                             |   48 +-
 lib/maruku/ext/math/elements.rb                    |   46 +-
 lib/maruku/ext/math/latex_fix.rb                   |   12 -
 lib/maruku/ext/math/mathml_engines/blahtex.rb      |  196 +-
 lib/maruku/ext/math/mathml_engines/itex2mml.rb     |   59 +-
 lib/maruku/ext/math/mathml_engines/none.rb         |   30 +-
 lib/maruku/ext/math/mathml_engines/ritex.rb        |    6 +-
 lib/maruku/ext/math/parsing.rb                     |  220 ++-
 lib/maruku/ext/math/to_html.rb                     |  364 ++--
 lib/maruku/ext/math/to_latex.rb                    |   51 +-
 lib/maruku/helpers.rb                              |  415 ++---
 lib/maruku/html.rb                                 |  251 +++
 lib/maruku/input/charsource.rb                     |  591 +++---
 lib/maruku/input/extensions.rb                     |  125 +-
 lib/maruku/input/html_helper.rb                    |  422 +++--
 lib/maruku/input/linesource.rb                     |  200 +--
 lib/maruku/input/mdline.rb                         |  131 ++
 lib/maruku/input/parse_block.rb                    | 1340 +++++++-------
 lib/maruku/input/parse_doc.rb                      |  362 ++--
 lib/maruku/input/parse_span.rb                     |  657 +++++++
 lib/maruku/input/parse_span_better.rb              |  746 --------
 lib/maruku/input/rubypants.rb                      |  341 ++--
 lib/maruku/input/type_detection.rb                 |  147 --
 lib/maruku/inspect_element.rb                      |   60 +
 lib/maruku/maruku.rb                               |   44 +-
 lib/maruku/output/entity_table.rb                  |   33 +
 lib/maruku/output/s5/fancy.rb                      |  924 +++++-----
 lib/maruku/output/s5/to_s5.rb                      |  250 ++-
 lib/maruku/output/to_html.rb                       | 1890 ++++++++++----------
 lib/maruku/output/to_latex.rb                      | 1127 ++++++------
 lib/maruku/output/to_latex_entities.rb             |  367 ----
 lib/maruku/output/to_latex_strings.rb              |   64 -
 lib/maruku/output/to_markdown.rb                   |  369 ++--
 lib/maruku/output/to_s.rb                          |   62 +-
 lib/maruku/string_utils.rb                         |  308 ++--
 lib/maruku/structures.rb                           |  167 --
 lib/maruku/structures_inspect.rb                   |   87 -
 lib/maruku/structures_iterators.rb                 |   61 -
 lib/maruku/tests/benchmark.rb                      |   82 -
 lib/maruku/tests/new_parser.rb                     |  373 ----
 lib/maruku/tests/tests.rb                          |  136 --
 lib/maruku/toc.rb                                  |  381 ++--
 lib/maruku/usage/example1.rb                       |   33 -
 lib/maruku/version.rb                              |   71 +-
 maruku_gem.rb                                      |   33 -
 metadata.gz.sig                                    |    3 +
 metadata.yml                                       |  433 ++---
 spec/block_docs/abbrev.md                          |  776 ++++++++
 .../unittest => spec/block_docs}/abbreviations.md  |   31 +-
 {tests/unittest => spec/block_docs}/alt.md         |   16 +-
 .../unittest/pending => spec/block_docs}/amps.md   |   14 +-
 spec/block_docs/attribute_sanitize.md              |   22 +
 .../block_docs}/attributes/att2.md                 |   12 -
 .../block_docs}/attributes/att3.md                 |   16 +-
 .../block_docs}/attributes/attributes.md           |   28 +-
 .../block_docs}/attributes/circular.md             |   12 -
 .../block_docs}/attributes/default.md              |   14 +-
 spec/block_docs/auto_cdata.md                      |   48 +
 {tests/unittest => spec/block_docs}/blank.md       |   12 -
 .../unittest => spec/block_docs}/blanks_in_code.md |   31 +-
 .../unittest/loss.md => spec/block_docs/bug_def.md |   24 +-
 {tests/unittest => spec/block_docs}/bug_table.md   |   26 +-
 {tests/unittest => spec/block_docs}/code.md        |   21 +-
 {tests/unittest => spec/block_docs}/code2.md       |   18 +-
 {tests/unittest => spec/block_docs}/code3.md       |   28 +-
 spec/block_docs/code4.md                           |   79 +
 {tests/unittest => spec/block_docs}/data_loss.md   |   16 +-
 spec/block_docs/div_without_newline.md             |   16 +
 {tests/unittest => spec/block_docs}/divs/div1.md   |   12 -
 {tests/unittest => spec/block_docs}/divs/div2.md   |   12 -
 .../unittest => spec/block_docs}/divs/div3_nest.md |   18 +-
 {tests/unittest => spec/block_docs}/easy.md        |   14 +-
 spec/block_docs/email.md                           |   29 +
 spec/block_docs/empty_cells.md                     |   31 +
 .../block_docs}/encoding/iso-8859-1.md             |   15 +-
 .../unittest => spec/block_docs}/encoding/utf-8.md |   12 -
 {tests/unittest => spec/block_docs}/entities.md    |   74 +-
 .../unittest/notyet => spec/block_docs}/escape.md  |   16 +-
 {tests/unittest => spec/block_docs}/escaping.md    |   33 +-
 {tests/unittest => spec/block_docs}/extra_dl.md    |   15 +-
 .../block_docs}/extra_header_id.md                 |   34 +-
 .../unittest => spec/block_docs}/extra_table1.md   |   30 +-
 spec/block_docs/fenced_code_blocks.md              |   58 +
 spec/block_docs/fenced_code_blocks_highlighted.md  |   17 +
 {tests/unittest => spec/block_docs}/footnotes.md   |   36 +-
 spec/block_docs/footnotes2.md                      |   81 +
 spec/block_docs/hard.md                            |   25 +
 spec/block_docs/header_after_par.md                |   62 +
 {tests/unittest => spec/block_docs}/headers.md     |   28 +-
 .../unittest => spec/block_docs}/hex_entities.md   |   25 +-
 {tests/unittest => spec/block_docs}/hrule.md       |   17 +-
 {tests/unittest => spec/block_docs}/html3.md       |   14 +-
 {tests/unittest => spec/block_docs}/html4.md       |   16 +-
 {tests/unittest => spec/block_docs}/html5.md       |   16 +-
 spec/block_docs/html_block_in_para.md              |   22 +
 spec/block_docs/html_inline.md                     |   25 +
 spec/block_docs/html_trailing.md                   |   31 +
 spec/block_docs/ie.md                              |   62 +
 .../tab_is_blank.md => spec/block_docs/iframe.md   |   27 +-
 spec/block_docs/ignore_bad_header.md               |    9 +
 {tests/unittest => spec/block_docs}/images.md      |   50 +-
 {tests/unittest => spec/block_docs}/images2.md     |   24 +-
 {tests/unittest => spec/block_docs}/inline_html.md |  104 +-
 .../unittest => spec/block_docs}/inline_html2.md   |   14 +-
 spec/block_docs/inline_html_beginning.md           |   10 +
 spec/block_docs/issue106.md                        |   78 +
 spec/block_docs/issue115.md                        |   20 +
 spec/block_docs/issue117.md                        |   13 +
 spec/block_docs/issue120.md                        |   48 +
 spec/block_docs/issue123.md                        |   11 +
 spec/block_docs/issue124.md                        |   16 +
 spec/block_docs/issue20.md                         |    9 +
 spec/block_docs/issue26.md                         |   22 +
 spec/block_docs/issue29.md                         |    9 +
 spec/block_docs/issue30.md                         |   30 +
 spec/block_docs/issue31.md                         |   25 +
 spec/block_docs/issue40.md                         |   52 +
 spec/block_docs/issue64.md                         |   55 +
 spec/block_docs/issue67.md                         |   19 +
 spec/block_docs/issue70.md                         |   11 +
 spec/block_docs/issue72.md                         |   17 +
 spec/block_docs/issue74.md                         |   38 +
 spec/block_docs/issue79.md                         |   15 +
 spec/block_docs/issue83.md                         |   13 +
 spec/block_docs/issue85.md                         |   25 +
 spec/block_docs/issue88.md                         |   19 +
 spec/block_docs/issue89.md                         |   12 +
 spec/block_docs/issue90.md                         |   38 +
 .../unittest/pending => spec/block_docs}/link.md   |   39 +-
 {tests/unittest => spec/block_docs}/links.md       |   65 +-
 spec/block_docs/links2.md                          |   21 +
 {tests/unittest => spec/block_docs}/list1.md       |   12 -
 {tests/unittest => spec/block_docs}/list12.md      |   16 +-
 {tests/unittest => spec/block_docs}/list2.md       |   16 +-
 spec/block_docs/list_multipara.md                  |   42 +
 {tests/unittest => spec/block_docs}/lists.md       |   57 +-
 {tests/unittest => spec/block_docs}/lists10.md     |   16 +-
 .../unittest/loss.md => spec/block_docs/lists11.md |   29 +-
 spec/block_docs/lists12.md                         |   43 +
 spec/block_docs/lists13.md                         |   55 +
 spec/block_docs/lists14.md                         |   61 +
 spec/block_docs/lists15.md                         |   36 +
 spec/block_docs/lists6.md                          |   88 +
 spec/block_docs/lists7b.md                         |   58 +
 spec/block_docs/lists9.md                          |   53 +
 .../block_docs}/lists_after_paragraph.md           |   44 +-
 spec/block_docs/lists_blank.md                     |   35 +
 .../block_docs/lists_blockquote_code.md            |   16 +-
 .../block_docs/lists_need_blank_line.md            |   71 +-
 spec/block_docs/lists_nested.md                    |   44 +
 spec/block_docs/lists_nested_blankline.md          |   34 +
 spec/block_docs/lists_nested_deep.md               |   43 +
 {tests/unittest => spec/block_docs}/lists_ol.md    |   99 +-
 spec/block_docs/lists_paraindent.md                |   42 +
 spec/block_docs/lists_tab.md                       |   54 +
 spec/block_docs/loss.md                            |   17 +
 spec/block_docs/math-blahtex/equations.md          |   29 +
 spec/block_docs/math-blahtex/inline.md             |   48 +
 spec/block_docs/math-blahtex/math2.md              |   52 +
 spec/block_docs/math-blahtex/table.md              |   25 +
 spec/block_docs/math/embedded_invalid_svg.md       |  108 ++
 spec/block_docs/math/embedded_svg.md               |  136 ++
 spec/block_docs/math/equations.md                  |   49 +
 spec/block_docs/math/inline.md                     |   46 +
 spec/block_docs/math/math2.md                      |   53 +
 .../unittest => spec/block_docs}/math/notmath.md   |   12 -
 spec/block_docs/math/raw_mathml.md                 |   87 +
 spec/block_docs/math/spaces_after_inline_math.md   |   17 +
 spec/block_docs/math/table.md                      |   25 +
 {tests/unittest => spec/block_docs}/math/table2.md |   34 +-
 {tests/unittest => spec/block_docs}/misc_sw.md     |  299 ++--
 {tests/unittest => spec/block_docs}/olist.md       |   24 +-
 {tests/unittest => spec/block_docs}/one.md         |   12 -
 {tests/unittest => spec/block_docs}/paragraph.md   |   12 -
 .../block_docs}/paragraph_rules/dont_merge_ref.md  |   16 +-
 .../block_docs}/paragraph_rules/tab_is_blank.md    |   12 -
 {tests/unittest => spec/block_docs}/paragraphs.md  |   14 +-
 .../block_docs}/recover/recover_links.md           |   20 +-
 .../ref.md => spec/block_docs/ref_with_period.md   |   23 +-
 spec/block_docs/ref_with_title.md                  |   22 +
 .../block_docs}/references/long_example.md         |   39 +-
 .../block_docs}/references/spaces_and_numbers.md   |   12 -
 {tests/unittest => spec/block_docs}/smartypants.md |   55 +-
 {tests/unittest => spec/block_docs}/syntax_hl.md   |   30 +-
 .../block_docs}/table_attributes.md                |   26 +-
 spec/block_docs/table_colspan.md                   |   41 +
 spec/block_docs/tables.md                          |   47 +
 spec/block_docs/tables2.md                         |   74 +
 {tests/unittest => spec/block_docs}/test.md        |   14 +-
 .../unittest/notyet => spec/block_docs}/ticks.md   |   14 +-
 spec/block_docs/toc.md                             |   87 +
 .../notyet => spec/block_docs}/triggering.md       |   39 +-
 .../block_docs}/underscore_in_words.md             |   12 -
 {tests/unittest => spec/block_docs}/wrapping.md    |   20 +-
 spec/block_docs/xml.md                             |   33 +
 spec/block_docs/xml3.md                            |   24 +
 spec/block_docs/xml_comments.md                    |   32 +
 .../block_docs}/xml_instruction.md                 |   29 +-
 spec/block_spec.rb                                 |  110 ++
 spec/cli_spec.rb                                   |    8 +
 spec/span_spec.rb                                  |  256 +++
 spec/spec_helper.rb                                |    3 +
 spec/to_html_utf8_spec.rb                          |   13 +
 tests/bugs/code_in_links.md                        |  101 --
 tests/bugs/complex_escaping.md                     |   38 -
 tests/math/syntax.md                               |   46 -
 tests/math_usage/document.md                       |   13 -
 tests/others/abbreviations.md                      |   11 -
 tests/others/blank.md                              |    4 -
 tests/others/code.md                               |    5 -
 tests/others/code2.md                              |    8 -
 tests/others/code3.md                              |   16 -
 tests/others/email.md                              |    4 -
 tests/others/entities.md                           |   19 -
 tests/others/escaping.md                           |   16 -
 tests/others/extra_dl.md                           |  101 --
 tests/others/extra_header_id.md                    |   13 -
 tests/others/extra_table1.md                       |   40 -
 tests/others/footnotes.md                          |   17 -
 tests/others/headers.md                            |   10 -
 tests/others/hrule.md                              |   10 -
 tests/others/images.md                             |   20 -
 tests/others/inline_html.md                        |   42 -
 tests/others/links.md                              |   38 -
 tests/others/list1.md                              |    4 -
 tests/others/list2.md                              |    5 -
 tests/others/list3.md                              |    8 -
 tests/others/lists.md                              |   32 -
 tests/others/lists_after_paragraph.md              |   44 -
 tests/others/lists_ol.md                           |   39 -
 tests/others/misc_sw.md                            |  105 --
 tests/others/one.md                                |    1 -
 tests/others/paragraphs.md                         |   13 -
 tests/others/sss06.md                              |  352 ----
 tests/others/test.md                               |    4 -
 tests/s5/s5profiling.md                            |   48 -
 tests/unittest/bug_def.md                          |   28 -
 tests/unittest/email.md                            |   32 -
 tests/unittest/hang.md                             |   29 -
 tests/unittest/html2.md                            |   34 -
 tests/unittest/ie.md                               |   61 -
 tests/unittest/links2.md                           |   34 -
 tests/unittest/lists11.md                          |   28 -
 tests/unittest/lists6.md                           |   53 -
 tests/unittest/lists9.md                           |   76 -
 tests/unittest/math/equations.md                   |   86 -
 tests/unittest/math/inline.md                      |   58 -
 tests/unittest/math/math2.md                       |   57 -
 tests/unittest/math/table.md                       |   37 -
 tests/unittest/notyet/header_after_par.md          |   70 -
 tests/unittest/pending/empty_cells.md              |   49 -
 tests/unittest/red_tests/abbrev.md                 | 1388 --------------
 tests/unittest/red_tests/lists7.md                 |   68 -
 tests/unittest/red_tests/lists7b.md                |  128 --
 tests/unittest/red_tests/lists8.md                 |   76 -
 tests/unittest/red_tests/xml.md                    |   70 -
 tests/unittest/xml2.md                             |   31 -
 tests/unittest/xml3.md                             |   38 -
 tests/utf8-files/simple.md                         |    1 -
 unit_test_block.sh                                 |    5 -
 unit_test_span.sh                                  |    3 -
 284 files changed, 12451 insertions(+), 14515 deletions(-)
 create mode 100644 MIT-LICENSE.txt
 delete mode 100644 Rakefile
 delete mode 100644 bin/marudown
 mode change 100644 => 100755 bin/maruku
 delete mode 100644 bin/marutest
 mode change 100644 => 100755 bin/marutex
 create mode 100644 checksums.yaml.gz
 create mode 100644 checksums.yaml.gz.sig
 create mode 100644 data.tar.gz.sig
 create mode 100644 data/entities.xml
 delete mode 100644 docs/changelog.md
 create mode 100644 lib/maruku/document.rb
 create mode 100644 lib/maruku/element.rb
 create mode 100644 lib/maruku/errors.rb
 delete mode 100644 lib/maruku/errors_management.rb
 create mode 100644 lib/maruku/ext/fenced_code.rb
 delete mode 100644 lib/maruku/ext/math/latex_fix.rb
 create mode 100644 lib/maruku/html.rb
 create mode 100644 lib/maruku/input/mdline.rb
 create mode 100644 lib/maruku/input/parse_span.rb
 delete mode 100644 lib/maruku/input/parse_span_better.rb
 delete mode 100644 lib/maruku/input/type_detection.rb
 create mode 100644 lib/maruku/inspect_element.rb
 create mode 100644 lib/maruku/output/entity_table.rb
 delete mode 100644 lib/maruku/output/to_latex_entities.rb
 delete mode 100644 lib/maruku/output/to_latex_strings.rb
 delete mode 100644 lib/maruku/structures.rb
 delete mode 100644 lib/maruku/structures_inspect.rb
 delete mode 100644 lib/maruku/structures_iterators.rb
 delete mode 100644 lib/maruku/tests/benchmark.rb
 delete mode 100644 lib/maruku/tests/new_parser.rb
 delete mode 100644 lib/maruku/tests/tests.rb
 delete mode 100644 lib/maruku/usage/example1.rb
 delete mode 100644 maruku_gem.rb
 create mode 100644 metadata.gz.sig
 create mode 100644 spec/block_docs/abbrev.md
 rename {tests/unittest => spec/block_docs}/abbreviations.md (58%)
 rename {tests/unittest => spec/block_docs}/alt.md (63%)
 rename {tests/unittest/pending => spec/block_docs}/amps.md (73%)
 create mode 100644 spec/block_docs/attribute_sanitize.md
 rename {tests/unittest => spec/block_docs}/attributes/att2.md (71%)
 rename {tests/unittest => spec/block_docs}/attributes/att3.md (70%)
 rename {tests/unittest => spec/block_docs}/attributes/attributes.md (74%)
 rename {tests/unittest => spec/block_docs}/attributes/circular.md (76%)
 rename {tests/unittest => spec/block_docs}/attributes/default.md (71%)
 create mode 100644 spec/block_docs/auto_cdata.md
 rename {tests/unittest => spec/block_docs}/blank.md (74%)
 rename {tests/unittest => spec/block_docs}/blanks_in_code.md (81%)
 copy tests/unittest/loss.md => spec/block_docs/bug_def.md (51%)
 rename {tests/unittest => spec/block_docs}/bug_table.md (64%)
 rename {tests/unittest => spec/block_docs}/code.md (77%)
 rename {tests/unittest => spec/block_docs}/code2.md (75%)
 rename {tests/unittest => spec/block_docs}/code3.md (79%)
 create mode 100644 spec/block_docs/code4.md
 rename {tests/unittest => spec/block_docs}/data_loss.md (60%)
 create mode 100644 spec/block_docs/div_without_newline.md
 rename {tests/unittest => spec/block_docs}/divs/div1.md (93%)
 rename {tests/unittest => spec/block_docs}/divs/div2.md (74%)
 rename {tests/unittest => spec/block_docs}/divs/div3_nest.md (85%)
 rename {tests/unittest => spec/block_docs}/easy.md (74%)
 create mode 100644 spec/block_docs/email.md
 create mode 100644 spec/block_docs/empty_cells.md
 rename {tests/unittest => spec/block_docs}/encoding/iso-8859-1.md (75%)
 rename {tests/unittest => spec/block_docs}/encoding/utf-8.md (78%)
 rename {tests/unittest => spec/block_docs}/entities.md (51%)
 rename {tests/unittest/notyet => spec/block_docs}/escape.md (60%)
 rename {tests/unittest => spec/block_docs}/escaping.md (70%)
 rename {tests/unittest => spec/block_docs}/extra_dl.md (91%)
 rename {tests/unittest => spec/block_docs}/extra_header_id.md (78%)
 rename {tests/unittest => spec/block_docs}/extra_table1.md (55%)
 create mode 100644 spec/block_docs/fenced_code_blocks.md
 create mode 100644 spec/block_docs/fenced_code_blocks_highlighted.md
 rename {tests/unittest => spec/block_docs}/footnotes.md (63%)
 create mode 100644 spec/block_docs/footnotes2.md
 create mode 100644 spec/block_docs/hard.md
 create mode 100644 spec/block_docs/header_after_par.md
 rename {tests/unittest => spec/block_docs}/headers.md (56%)
 rename {tests/unittest => spec/block_docs}/hex_entities.md (63%)
 rename {tests/unittest => spec/block_docs}/hrule.md (83%)
 rename {tests/unittest => spec/block_docs}/html3.md (71%)
 rename {tests/unittest => spec/block_docs}/html4.md (67%)
 rename {tests/unittest => spec/block_docs}/html5.md (67%)
 create mode 100644 spec/block_docs/html_block_in_para.md
 create mode 100644 spec/block_docs/html_inline.md
 create mode 100644 spec/block_docs/html_trailing.md
 create mode 100644 spec/block_docs/ie.md
 copy tests/unittest/paragraph_rules/tab_is_blank.md => spec/block_docs/iframe.md (53%)
 create mode 100644 spec/block_docs/ignore_bad_header.md
 rename {tests/unittest => spec/block_docs}/images.md (57%)
 rename {tests/unittest => spec/block_docs}/images2.md (58%)
 rename {tests/unittest => spec/block_docs}/inline_html.md (53%)
 rename {tests/unittest => spec/block_docs}/inline_html2.md (77%)
 create mode 100644 spec/block_docs/inline_html_beginning.md
 create mode 100644 spec/block_docs/issue106.md
 create mode 100644 spec/block_docs/issue115.md
 create mode 100644 spec/block_docs/issue117.md
 create mode 100644 spec/block_docs/issue120.md
 create mode 100644 spec/block_docs/issue123.md
 create mode 100644 spec/block_docs/issue124.md
 create mode 100644 spec/block_docs/issue20.md
 create mode 100644 spec/block_docs/issue26.md
 create mode 100644 spec/block_docs/issue29.md
 create mode 100644 spec/block_docs/issue30.md
 create mode 100644 spec/block_docs/issue31.md
 create mode 100644 spec/block_docs/issue40.md
 create mode 100644 spec/block_docs/issue64.md
 create mode 100644 spec/block_docs/issue67.md
 create mode 100644 spec/block_docs/issue70.md
 create mode 100644 spec/block_docs/issue72.md
 create mode 100644 spec/block_docs/issue74.md
 create mode 100644 spec/block_docs/issue79.md
 create mode 100644 spec/block_docs/issue83.md
 create mode 100644 spec/block_docs/issue85.md
 create mode 100644 spec/block_docs/issue88.md
 create mode 100644 spec/block_docs/issue89.md
 create mode 100644 spec/block_docs/issue90.md
 rename {tests/unittest/pending => spec/block_docs}/link.md (66%)
 rename {tests/unittest => spec/block_docs}/links.md (66%)
 create mode 100644 spec/block_docs/links2.md
 rename {tests/unittest => spec/block_docs}/list1.md (87%)
 rename {tests/unittest => spec/block_docs}/list12.md (63%)
 rename {tests/unittest => spec/block_docs}/list2.md (76%)
 create mode 100644 spec/block_docs/list_multipara.md
 rename {tests/unittest => spec/block_docs}/lists.md (85%)
 rename {tests/unittest => spec/block_docs}/lists10.md (68%)
 rename tests/unittest/loss.md => spec/block_docs/lists11.md (51%)
 create mode 100644 spec/block_docs/lists12.md
 create mode 100644 spec/block_docs/lists13.md
 create mode 100644 spec/block_docs/lists14.md
 create mode 100644 spec/block_docs/lists15.md
 create mode 100644 spec/block_docs/lists6.md
 create mode 100644 spec/block_docs/lists7b.md
 create mode 100644 spec/block_docs/lists9.md
 rename {tests/unittest => spec/block_docs}/lists_after_paragraph.md (88%)
 create mode 100644 spec/block_docs/lists_blank.md
 rename tests/unittest/list3.md => spec/block_docs/lists_blockquote_code.md (85%)
 rename tests/unittest/list4.md => spec/block_docs/lists_need_blank_line.md (63%)
 create mode 100644 spec/block_docs/lists_nested.md
 create mode 100644 spec/block_docs/lists_nested_blankline.md
 create mode 100644 spec/block_docs/lists_nested_deep.md
 rename {tests/unittest => spec/block_docs}/lists_ol.md (82%)
 create mode 100644 spec/block_docs/lists_paraindent.md
 create mode 100644 spec/block_docs/lists_tab.md
 create mode 100644 spec/block_docs/loss.md
 create mode 100644 spec/block_docs/math-blahtex/equations.md
 create mode 100644 spec/block_docs/math-blahtex/inline.md
 create mode 100644 spec/block_docs/math-blahtex/math2.md
 create mode 100644 spec/block_docs/math-blahtex/table.md
 create mode 100644 spec/block_docs/math/embedded_invalid_svg.md
 create mode 100644 spec/block_docs/math/embedded_svg.md
 create mode 100644 spec/block_docs/math/equations.md
 create mode 100644 spec/block_docs/math/inline.md
 create mode 100644 spec/block_docs/math/math2.md
 rename {tests/unittest => spec/block_docs}/math/notmath.md (79%)
 create mode 100644 spec/block_docs/math/raw_mathml.md
 create mode 100644 spec/block_docs/math/spaces_after_inline_math.md
 create mode 100644 spec/block_docs/math/table.md
 rename {tests/unittest => spec/block_docs}/math/table2.md (52%)
 rename {tests/unittest => spec/block_docs}/misc_sw.md (63%)
 rename {tests/unittest => spec/block_docs}/olist.md (60%)
 rename {tests/unittest => spec/block_docs}/one.md (70%)
 rename {tests/unittest => spec/block_docs}/paragraph.md (71%)
 rename {tests/unittest => spec/block_docs}/paragraph_rules/dont_merge_ref.md (84%)
 rename {tests/unittest => spec/block_docs}/paragraph_rules/tab_is_blank.md (77%)
 rename {tests/unittest => spec/block_docs}/paragraphs.md (79%)
 rename {tests/unittest => spec/block_docs}/recover/recover_links.md (55%)
 rename tests/unittest/pending/ref.md => spec/block_docs/ref_with_period.md (52%)
 create mode 100644 spec/block_docs/ref_with_title.md
 rename {tests/unittest => spec/block_docs}/references/long_example.md (54%)
 rename {tests/unittest => spec/block_docs}/references/spaces_and_numbers.md (72%)
 rename {tests/unittest => spec/block_docs}/smartypants.md (66%)
 rename {tests/unittest => spec/block_docs}/syntax_hl.md (64%)
 rename {tests/unittest => spec/block_docs}/table_attributes.md (56%)
 create mode 100644 spec/block_docs/table_colspan.md
 create mode 100644 spec/block_docs/tables.md
 create mode 100644 spec/block_docs/tables2.md
 rename {tests/unittest => spec/block_docs}/test.md (73%)
 rename {tests/unittest/notyet => spec/block_docs}/ticks.md (63%)
 create mode 100644 spec/block_docs/toc.md
 rename {tests/unittest/notyet => spec/block_docs}/triggering.md (87%)
 rename {tests/unittest => spec/block_docs}/underscore_in_words.md (78%)
 rename {tests/unittest => spec/block_docs}/wrapping.md (94%)
 create mode 100644 spec/block_docs/xml.md
 create mode 100644 spec/block_docs/xml3.md
 create mode 100644 spec/block_docs/xml_comments.md
 rename {tests/unittest => spec/block_docs}/xml_instruction.md (71%)
 create mode 100644 spec/block_spec.rb
 create mode 100644 spec/cli_spec.rb
 create mode 100644 spec/span_spec.rb
 create mode 100644 spec/spec_helper.rb
 create mode 100644 spec/to_html_utf8_spec.rb
 delete mode 100644 tests/bugs/code_in_links.md
 delete mode 100644 tests/bugs/complex_escaping.md
 delete mode 100644 tests/math/syntax.md
 delete mode 100644 tests/math_usage/document.md
 delete mode 100644 tests/others/abbreviations.md
 delete mode 100644 tests/others/blank.md
 delete mode 100644 tests/others/code.md
 delete mode 100644 tests/others/code2.md
 delete mode 100644 tests/others/code3.md
 delete mode 100644 tests/others/email.md
 delete mode 100644 tests/others/entities.md
 delete mode 100644 tests/others/escaping.md
 delete mode 100644 tests/others/extra_dl.md
 delete mode 100644 tests/others/extra_header_id.md
 delete mode 100644 tests/others/extra_table1.md
 delete mode 100644 tests/others/footnotes.md
 delete mode 100644 tests/others/headers.md
 delete mode 100644 tests/others/hrule.md
 delete mode 100644 tests/others/images.md
 delete mode 100644 tests/others/inline_html.md
 delete mode 100644 tests/others/links.md
 delete mode 100644 tests/others/list1.md
 delete mode 100644 tests/others/list2.md
 delete mode 100644 tests/others/list3.md
 delete mode 100644 tests/others/lists.md
 delete mode 100644 tests/others/lists_after_paragraph.md
 delete mode 100644 tests/others/lists_ol.md
 delete mode 100644 tests/others/misc_sw.md
 delete mode 100644 tests/others/one.md
 delete mode 100644 tests/others/paragraphs.md
 delete mode 100644 tests/others/sss06.md
 delete mode 100644 tests/others/test.md
 delete mode 100644 tests/s5/s5profiling.md
 delete mode 100644 tests/unittest/bug_def.md
 delete mode 100644 tests/unittest/email.md
 delete mode 100644 tests/unittest/hang.md
 delete mode 100644 tests/unittest/html2.md
 delete mode 100644 tests/unittest/ie.md
 delete mode 100644 tests/unittest/links2.md
 delete mode 100644 tests/unittest/lists11.md
 delete mode 100644 tests/unittest/lists6.md
 delete mode 100644 tests/unittest/lists9.md
 delete mode 100644 tests/unittest/math/equations.md
 delete mode 100644 tests/unittest/math/inline.md
 delete mode 100644 tests/unittest/math/math2.md
 delete mode 100644 tests/unittest/math/table.md
 delete mode 100644 tests/unittest/notyet/header_after_par.md
 delete mode 100644 tests/unittest/pending/empty_cells.md
 delete mode 100644 tests/unittest/red_tests/abbrev.md
 delete mode 100644 tests/unittest/red_tests/lists7.md
 delete mode 100644 tests/unittest/red_tests/lists7b.md
 delete mode 100644 tests/unittest/red_tests/lists8.md
 delete mode 100644 tests/unittest/red_tests/xml.md
 delete mode 100644 tests/unittest/xml2.md
 delete mode 100644 tests/unittest/xml3.md
 delete mode 100644 tests/utf8-files/simple.md
 delete mode 100644 unit_test_block.sh
 delete mode 100644 unit_test_span.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-maruku.git



More information about the Pkg-ruby-extras-commits mailing list