clang-format: [JS] Add tests to ensure clang-format doesn't break code
authorDaniel Jasper <djasper@google.com>
Fri, 12 Jun 2015 04:58:27 +0000 (04:58 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 12 Jun 2015 04:58:27 +0000 (04:58 +0000)
commit4c0bf7034c7383acb10e0d162feeb2ae58d14d5b
tree8a4e01609f5a432161ddbc7bd60113d4c9b8c927
parent259188b1b58e9441d0aff11537a589b61ce611ed
clang-format: [JS] Add tests to ensure clang-format doesn't break code
by triggering automatic semicolon insertion changes.

NFC intended. Patch by Martin Probst.

llvm-svn: 239594
clang/unittests/Format/FormatTestJS.cpp