Home
last modified time | relevance | path

Searched defs:FormatTestJS (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Format/
H A DFormatTestJS.cpp20 class FormatTestJS : public ::testing::Test { class
53 TEST_F(FormatTestJS, UnderstandsJavaScriptOperators) { in TEST_F() argument
87 TEST_F(FormatTestJS, UnderstandsAmpAmp) { in TEST_F() argument
91 TEST_F(FormatTestJS, LiteralOperatorsCanBeKeywords) { in TEST_F() argument
95 TEST_F(FormatTestJS, ES6DestructuringAssignment) { in TEST_F() argument
103 TEST_F(FormatTestJS, ContainerLiterals) { in TEST_F() argument
144 TEST_F(FormatTestJS, SpacesInContainerLiterals) { in TEST_F() argument
158 TEST_F(FormatTestJS, SingleQuoteStrings) { in TEST_F() argument
162 TEST_F(FormatTestJS, GoogScopes) { in TEST_F() argument
169 TEST_F(FormatTestJS, GoogModules) { in TEST_F() argument
[all …]