Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc25 static const std::string kValueWithNewline = "baz\nquux"; variable
148 EXPECT_FALSE(store_->SetStringValue(kTestOptionA, kValueWithNewline)); in TEST_F()