[PATCH] D32864: clang-format: [JS] exponentiation operator
Daniel Jasper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 08:03:53 PDT 2017
djasper accepted this revision.
djasper added inline comments.
This revision is now accepted and ready to land.
================
Comment at: unittests/Format/FormatTestJS.cpp:1791
+TEST_F(FormatTestJS, Exponentiation) {
+ verifyFormat("squared = x ** 2;");
+}
----------------
Also make this handle **= ?
https://reviews.llvm.org/D32864
More information about the cfe-commits
mailing list