emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (0b7836d -> 292921f)


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master updated (0b7836d -> 292921f)
Date: Sun, 20 Mar 2016 12:43:50 +0000

larsi pushed a change to branch master.

      from  0b7836d   Don't bug out on nil `patch-buf' arguments
       new  35d5802   Remove trailing blank lines in shr
       new  c688c44   Remove code left over from when overlays were used for 
padding
       new  4f9c775   Add a test harness for shr HTML rendering and one test
       new  21c8997   Add more shr HTML rendering tests
       new  292921f   Fix <p> and <div> newlines with or without <li> in shr


Summary of changes:
 lisp/net/shr.el            |   51 ++++++++++++++++++++-----------------------
 test/data/shr/div-div.html |    1 +
 test/data/shr/div-div.txt  |    2 +
 test/data/shr/div-p.html   |    1 +
 test/data/shr/div-p.txt    |    3 ++
 test/data/shr/li-div.html  |   10 ++++++++
 test/data/shr/li-div.txt   |    6 +++++
 test/lisp/net/shr-tests.el |   51 ++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 98 insertions(+), 27 deletions(-)
 create mode 100644 test/data/shr/div-div.html
 create mode 100644 test/data/shr/div-div.txt
 create mode 100644 test/data/shr/div-p.html
 create mode 100644 test/data/shr/div-p.txt
 create mode 100644 test/data/shr/li-div.html
 create mode 100644 test/data/shr/li-div.txt
 create mode 100644 test/lisp/net/shr-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]