[DRE-commits] [ruby-org] 266/303: Merge pull request #41 from vonavi/regexp

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:10 UTC 2013


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

lunar pushed a commit to branch master
in repository ruby-org.

commit 01a9809f508fc987d29030b2540081cb21ce84c0
Merge: 3b9808e 05a6a38
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Sun Feb 3 19:13:10 2013 +0900

    Merge pull request #41 from vonavi/regexp
    
    Fix regexps for replacing Org-mode entities.
    Fix for definition lists. (Fixes #30)
    Adds option #+html: to incorporate raw HTML text.

 lib/org-ruby/html_output_buffer.rb     |   21 +-
 lib/org-ruby/html_symbol_replace.rb    |  699 +++++++++++++++----------------
 lib/org-ruby/line.rb                   |   20 +-
 lib/org-ruby/output_buffer.rb          |   16 +-
 lib/org-ruby/regexp_helper.rb          |   64 +--
 lib/org-ruby/textile_output_buffer.rb  |   11 +-
 lib/org-ruby/textile_symbol_replace.rb |  701 ++++++++++++++++----------------
 spec/html_examples/deflist.html        |   65 +++
 spec/html_examples/deflist.org         |   48 +++
 spec/html_examples/entities.html       |  380 ++++++++++++++++-
 spec/html_examples/entities.org        |  388 +++++++++++++++++-
 spec/html_examples/raw-html.html       |   12 +
 spec/html_examples/raw-html.org        |   23 ++
 spec/regexp_helper_spec.rb             |   10 +-
 util/gen-special-replace.el            |   58 ++-
 15 files changed, 1764 insertions(+), 752 deletions(-)

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



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