Home
last modified time | relevance | path

Searched refs:srcStr1 (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dstring_helper_test.cpp205 const std::string srcStr1 = "Hello\\nworld\\n!"; in HWTEST_F_L0() local
206 std::string resLine11 = StringHelper::GetSpecifiedLine(srcStr1, 1); in HWTEST_F_L0()
207 std::string resLine22 = StringHelper::GetSpecifiedLine(srcStr1, 2); in HWTEST_F_L0()
208 std::string resLine33 = StringHelper::GetSpecifiedLine(srcStr1, 3); in HWTEST_F_L0()

Completed in 1 milliseconds