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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits