OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_with_newline
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/gn/
parser_unittest.cc
362
const char*
input_with_newline
= "{cc_test(\"foo\") {{foo=1}\n{}}}";
local
363
DoParserPrintTest(
input_with_newline
, expected);
417
const char*
input_with_newline
= "a = b\n[1]";
local
429
input_with_newline
,
448
const char*
input_with_newline
= "func(\"stuff\")\n{\n}";
local
456
DoParserPrintTest(
input_with_newline
, expected);
Completed in 499 milliseconds