Home
last modified time | relevance | path

Searched refs:LeaveQuotes (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/Format/
DFormatTestJS.cpp1330 FormatStyle LeaveQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local
1331 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()