]> git.eshelyaron.com Git - emacs.git/commit
Add failing tests for JSX indentation bugs
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 9 Feb 2019 23:42:42 +0000 (15:42 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 9 Apr 2019 05:48:20 +0000 (22:48 -0700)
commit58c77f1f3e041be320a05efb818a0e2bb1583e84
treee020d7c3c4aa7f2f763646ac658a48742219e309
parente1872f80f24ab650f416ff8705898f12c7ad2800
Add failing tests for JSX indentation bugs

* test/manual/indent/js-jsx.js: Add failing tests for all the js-mode
and js2-mode JSX indentation bugs reported over the years that I could
find.  Some may be duplicates, so I have grouped similar reports
together, for now; we’ll see for certain which distinct cases we need
once we start actually implementing fixes.
* test/manual/indent/js-jsx-quote.js: New file with a nasty test.
test/manual/indent/js-jsx-quote.js [new file with mode: 0644]
test/manual/indent/js-jsx.js