@@ -165,24 +165,25 @@ TEST(ConfigParseTest, ParsesConfigurationBools) {
165165 CHECK_PARSE_BOOL (BreakBeforeTernaryOperators);
166166 CHECK_PARSE_BOOL (BreakStringLiterals);
167167 CHECK_PARSE_BOOL (CompactNamespaces);
168+ CHECK_PARSE_BOOL (Cpp11BracedListStyle);
168169 CHECK_PARSE_BOOL (DerivePointerAlignment);
169170 CHECK_PARSE_BOOL_FIELD (DerivePointerAlignment, " DerivePointerBinding" );
170171 CHECK_PARSE_BOOL (DisableFormat);
171172 CHECK_PARSE_BOOL (IndentAccessModifiers);
172- CHECK_PARSE_BOOL (IndentCaseLabels);
173173 CHECK_PARSE_BOOL (IndentCaseBlocks);
174+ CHECK_PARSE_BOOL (IndentCaseLabels);
174175 CHECK_PARSE_BOOL (IndentGotoLabels);
175- CHECK_PARSE_BOOL_FIELD (IndentRequiresClause, " IndentRequires" );
176176 CHECK_PARSE_BOOL (IndentRequiresClause);
177+ CHECK_PARSE_BOOL_FIELD (IndentRequiresClause, " IndentRequires" );
177178 CHECK_PARSE_BOOL (IndentWrappedFunctionNames);
178179 CHECK_PARSE_BOOL (InsertBraces);
179180 CHECK_PARSE_BOOL (InsertNewlineAtEOF);
180181 CHECK_PARSE_BOOL_FIELD (KeepEmptyLines.AtEndOfFile , " KeepEmptyLinesAtEOF" );
181182 CHECK_PARSE_BOOL_FIELD (KeepEmptyLines.AtStartOfBlock ,
182183 " KeepEmptyLinesAtTheStartOfBlocks" );
184+ CHECK_PARSE_BOOL (KeepFormFeed);
183185 CHECK_PARSE_BOOL (ObjCSpaceAfterProperty);
184186 CHECK_PARSE_BOOL (ObjCSpaceBeforeProtocolList);
185- CHECK_PARSE_BOOL (Cpp11BracedListStyle);
186187 CHECK_PARSE_BOOL (RemoveBracesLLVM);
187188 CHECK_PARSE_BOOL (RemoveEmptyLinesInUnwrappedLines);
188189 CHECK_PARSE_BOOL (RemoveSemicolon);
0 commit comments