Searched refs:LeaveQuotes (Results 1 – 1 of 1) sorted by relevance
1330 FormatStyle LeaveQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local1331 LeaveQuotes.JavaScriptQuotes = FormatStyle::JSQS_Leave; in TEST_F()1332 verifyFormat("var x = \"foo\";", LeaveQuotes); in TEST_F()1333 verifyFormat("var x = 'foo';", LeaveQuotes); in TEST_F()