HomeSort by relevance Sort by last modified time
    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