elpasync pushed a change to branch elpa/paredit. from 0366842819 Teach paredit-forward/backward-kill-word to take prefix argument. new a77a2f5006 Change some comments to xfail. new d82c13b5e0 test.el: Rephrase negations in paredit-test to be less confusing. new 6f0ab6b49f test.el: Convert some disappointed comments into xfails. new 0c74eb77e3 test.el: More tests for region and character deletion. new c26db503c2 Add GitHub Action to run tests on ubuntu-latest.
Summary of changes: .github/workflows/ubuntu-latest.yml | 28 +++++++ NEWS | 1 + paredit.el | 78 ++++++++++++++++--- test.el | 145 ++++++++++++++++++++++++------------ 4 files changed, 192 insertions(+), 60 deletions(-) create mode 100644 .github/workflows/ubuntu-latest.yml