summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/js-resources/jsx-align-gt-with-lt.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/js-resources/jsx-align-gt-with-lt.jsx')
-rw-r--r--test/lisp/progmodes/js-resources/jsx-align-gt-with-lt.jsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/lisp/progmodes/js-resources/jsx-align-gt-with-lt.jsx b/test/lisp/progmodes/js-resources/jsx-align-gt-with-lt.jsx
new file mode 100644
index 00000000000..8eb1d6d718c
--- /dev/null
+++ b/test/lisp/progmodes/js-resources/jsx-align-gt-with-lt.jsx
@@ -0,0 +1,12 @@
+<element
+ attr=""
+ >
+</element>
+<input
+ />
+
+// Local Variables:
+// indent-tabs-mode: nil
+// js-indent-level: 2
+// js-jsx-align->-with-<: nil
+// End: