We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
\\/
1 parent 0166f0d commit ed2d210Copy full SHA for ed2d210
tutorial03/test.c
@@ -109,7 +109,7 @@ static void test_parse_string() {
109
TEST_STRING("Hello", "\"Hello\"");
110
#if 0
111
TEST_STRING("Hello\nWorld", "\"Hello\\nWorld\"");
112
- TEST_STRING("\"\\/\b\f\n\r\t", "\"\\\"\\\\/\\b\\f\\n\\r\\t\"");
+ TEST_STRING("\" \\ / \b \f \n \r \t", "\"\\\" \\\\ \\/ \\b \\f \\n \\r \\t\"");
113
#endif
114
}
115
0 commit comments