@@ -136,7 +136,7 @@ static const struct test_string_2 escape
.flags = ESCAPE_SPACE | ESCAPE_HEX,
},{
/* terminator */
- }},
+ }}
},{
.in = "\\h\\\"\a\e\\",
.s1 = {{
@@ -150,7 +150,7 @@ static const struct test_string_2 escape
.flags = ESCAPE_SPECIAL | ESCAPE_HEX,
},{
/* terminator */
- }},
+ }}
},{
.in = "\eb \\C\007\"\x90\r]",
.s1 = {{
@@ -201,7 +201,7 @@ static const struct test_string_2 escape
.flags = ESCAPE_NP | ESCAPE_HEX,
},{
/* terminator */
- }},
+ }}
},{
/* terminator */
}};
@@ -217,7 +217,7 @@ static const struct test_string_2 escape
.flags = ESCAPE_HEX,
},{
/* terminator */
- }},
+ }}
},{
.in = "\\h\\\"\a\e\\",
.s1 = {{
@@ -225,7 +225,7 @@ static const struct test_string_2 escape
.flags = ESCAPE_OCTAL,
},{
/* terminator */
- }},
+ }}
},{
.in = "\eb \\C\007\"\x90\r]",
.s1 = {{
@@ -233,7 +233,7 @@ static const struct test_string_2 escape
.flags = ESCAPE_OCTAL,
},{
/* terminator */
- }},
+ }}
},{
/* terminator */
}};