[PATCH] D25675: clang-format: [JS] Fix template string ASI.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 21:25:37 PDT 2016


djasper accepted this revision.
djasper added inline comments.
This revision is now accepted and ready to land.


================
Comment at: unittests/Format/FormatTestJS.cpp:1280
+TEST_F(FormatTestJS, TemplateStringASI) {
+  verifyFormat("var x = `hello${world}`;", "var x = `hello${\n"
+                                           "    world\n"
----------------
This doesn't look like it has been formatted with clang-format ..


https://reviews.llvm.org/D25675





More information about the cfe-commits mailing list