Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc23 static const std::string kOptionWithNewline = "foo\nbar"; variable
138 EXPECT_FALSE(store_->SetStringValue(kOptionWithNewline, kTestString1)); in TEST_F()
139 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out)); in TEST_F()