Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTestJS.cpp1322 FormatStyle DoubleQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F() local
1323 DoubleQuotes.JavaScriptQuotes = FormatStyle::JSQS_Double; in TEST_F()
1324 verifyFormat("var x = \"foo\";", DoubleQuotes); in TEST_F()
1325 verifyFormat("var x = \"foo\";", "var x = 'foo';", DoubleQuotes); in TEST_F()
1326 verifyFormat("var x = \"fo'o\";", "var x = 'fo\\'o';", DoubleQuotes); in TEST_F()