[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (073e72e -> 335e3cf)
From: |
Stefan Kangas |
Subject: |
master updated (073e72e -> 335e3cf) |
Date: |
Sat, 17 Oct 2020 20:36:13 -0400 (EDT) |
skangas pushed a change to branch master.
from 073e72e * lisp/progmodes/mixal-mode.el: Fix typos.
new f287fb4 * lisp/progmodes/ld-script.el: Use lexical-binding.
new 335e3cf Convert manual js indent tests to unit tests
Summary of changes:
lisp/progmodes/ld-script.el | 2 +-
.../progmodes/js-resources}/js-chain.js | 0
.../js-indent-align-list-continuation-nil.js | 0
.../js-resources}/js-indent-init-dynamic.js | 0
.../progmodes/js-resources}/js-indent-init-t.js | 0
.../indent => lisp/progmodes/js-resources}/js.js | 0
.../js-resources}/jsx-align-gt-with-lt.jsx | 0
.../progmodes/js-resources}/jsx-comment-string.jsx | 0
.../progmodes/js-resources}/jsx-indent-level.jsx | 0
.../progmodes/js-resources}/jsx-quote.jsx | 0
.../progmodes/js-resources}/jsx-self-closing.jsx | 0
.../progmodes/js-resources}/jsx-unclosed-1.jsx | 0
.../progmodes/js-resources}/jsx-unclosed-2.jsx | 0
.../indent => lisp/progmodes/js-resources}/jsx.jsx | 0
test/lisp/progmodes/js-tests.el | 28 ++++++++++++++++++++++
15 files changed, 29 insertions(+), 1 deletion(-)
rename test/{manual/indent => lisp/progmodes/js-resources}/js-chain.js (100%)
rename test/{manual/indent =>
lisp/progmodes/js-resources}/js-indent-align-list-continuation-nil.js (100%)
rename test/{manual/indent =>
lisp/progmodes/js-resources}/js-indent-init-dynamic.js (100%)
rename test/{manual/indent => lisp/progmodes/js-resources}/js-indent-init-t.js
(100%)
rename test/{manual/indent => lisp/progmodes/js-resources}/js.js (100%)
rename test/{manual/indent =>
lisp/progmodes/js-resources}/jsx-align-gt-with-lt.jsx (100%)
rename test/{manual/indent =>
lisp/progmodes/js-resources}/jsx-comment-string.jsx (100%)
rename test/{manual/indent =>
lisp/progmodes/js-resources}/jsx-indent-level.jsx (100%)
rename test/{manual/indent => lisp/progmodes/js-resources}/jsx-quote.jsx (100%)
rename test/{manual/indent =>
lisp/progmodes/js-resources}/jsx-self-closing.jsx (100%)
rename test/{manual/indent => lisp/progmodes/js-resources}/jsx-unclosed-1.jsx
(100%)
rename test/{manual/indent => lisp/progmodes/js-resources}/jsx-unclosed-2.jsx
(100%)
rename test/{manual/indent => lisp/progmodes/js-resources}/jsx.jsx (100%)
- master updated (073e72e -> 335e3cf),
Stefan Kangas <=