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

Martin Probst via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 22:20:43 PDT 2016


mprobst marked an inline comment as done.
mprobst added inline comments.


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


https://reviews.llvm.org/D25675





More information about the cfe-commits mailing list