namespace yang {
namespace test {
-/// @brief Test Fixture temolate for translator tests.
+/// @brief Test Fixture template for translator tests.
///
/// @tparam Name The name of the translator to test.
/// @tparam Type The type of the translator to test.
ConstElementPtr option;
EXPECT_NO_THROW(option = t_obj_->getOptionData(xoption));
ASSERT_TRUE(option);
- EXPECT_EQ("{ \"always-send\": false, \"code\": 100, \"csv-format\": false, \"data\": \"12121212\", \"space\": \"dns\" }",
+ EXPECT_EQ("{ \"always-send\": false, \"code\": 100, \"csv-format\": false, "
+ "\"data\": \"12121212\", \"space\": \"dns\" }",
option->str());
// Get the option data list.