]> git.eshelyaron.com Git - emacs.git/commit
Add new (failing) unclosed JSX test and separate such tests
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 11 Feb 2019 05:11:17 +0000 (21:11 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 9 Apr 2019 05:48:20 +0000 (22:48 -0700)
commit27e9bce77db54464737aa5be1ce7142b55f25952
treea6637fbd649e13a2325514ae835c0a1772ea9d6f
parent4b305bb185596dff5d02cf54da7a41c3e082b7d4
Add new (failing) unclosed JSX test and separate such tests

* test/manual/indent/js-jsx.js: Move test with intentional scan error to
its own file, js-jsx-unclosed-1.js.
* test/manual/indent/js-jsx-unclosed-1.js: New file.
* test/manual/indent/js-jsx-unclosed-2.js: New file with test for
regression caused by new ambiguous parsing of JS/JSX.
test/manual/indent/js-jsx-unclosed-1.js [new file with mode: 0644]
test/manual/indent/js-jsx-unclosed-2.js [new file with mode: 0644]
test/manual/indent/js-jsx.js