Searched refs:should_parse_with_extensions (Results 1 – 1 of 1) sorted by relevance
1175 bool should_parse_with_extensions = (c == '\r' || c == '\n'); in TEST_P() local1177 EXPECT_EQ(should_parse_with_extensions, result.has_value()); in TEST_P()