emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (68df7d7 -> 6ac99eb)


From: Stefan Monnier
Subject: [Emacs-diffs] master updated (68df7d7 -> 6ac99eb)
Date: Tue, 15 Oct 2019 11:08:22 -0400 (EDT)

monnier pushed a change to branch master.

      from  68df7d7   Fix duplicated words in lispref
       new  a99812e   Convert manual CEDET tests from test/manual/cedet to be
       new  128f803   Update CEDET manual tests so that they run.
       new  3f8915a   Copy CEDET/Semantic's tag formatter test suite to be an
       new  57a786d   Adapt the CEDET SRecoder template test to use ERT
       new  26f5edf   Adapt the CEDET SRecoder getset tests to use ERT
       new  06114b7   Fix test data broken by removing trailing whitespace.
       new  6ac99eb   * lisp/rect.el (string-rectangle): Inherit input method 
in minibuffer


Summary of changes:
 .../nnrss-tests.el => etc/srecode/proj-test.srt    |  26 +-
 etc/srecode/test.srt                               |  76 ++++-
 lisp/emacs-lisp/chart.el                           |   2 +
 lisp/rect.el                                       |   5 +-
 test/lisp/cedet/semantic-utest-c.el                | 181 ++++++++++
 test/lisp/cedet/semantic-utest-fmt.el              | 129 +++++++
 .../cedet/semantic-utest-ia.el}                    | 339 +++++++-----------
 test/{manual => lisp}/cedet/semantic-utest.el      | 200 ++++-------
 test/lisp/cedet/srecode-utest-getset.el            | 177 ++++++++++
 test/lisp/cedet/srecode-utest-template.el          | 377 +++++++++++++++++++++
 test/manual/cedet/cedet-utests.el                  |  56 ++-
 test/manual/cedet/semantic-tests.el                |  17 +-
 test/manual/cedet/semantic-utest-c.el              |  72 ----
 test/manual/cedet/srecode-tests.el                 |   2 +-
 test/manual/cedet/tests/test-fmt.cpp               | 108 ++++++
 test/manual/cedet/tests/test-fmt.el                |  65 ++++
 16 files changed, 1373 insertions(+), 459 deletions(-)
 copy test/lisp/gnus/nnrss-tests.el => etc/srecode/proj-test.srt (62%)
 create mode 100644 test/lisp/cedet/semantic-utest-c.el
 create mode 100644 test/lisp/cedet/semantic-utest-fmt.el
 rename test/{manual/cedet/semantic-ia-utest.el => 
lisp/cedet/semantic-utest-ia.el} (59%)
 rename test/{manual => lisp}/cedet/semantic-utest.el (81%)
 create mode 100644 test/lisp/cedet/srecode-utest-getset.el
 create mode 100644 test/lisp/cedet/srecode-utest-template.el
 delete mode 100644 test/manual/cedet/semantic-utest-c.el
 create mode 100644 test/manual/cedet/tests/test-fmt.cpp
 create mode 100644 test/manual/cedet/tests/test-fmt.el



reply via email to

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