parent
3f302f8411
commit
56cb7f1740
|
@ -431,15 +431,11 @@ test "y_string_two-byte-utf-8" {
|
|||
}
|
||||
|
||||
test "y_string_u+2028_line_sep" {
|
||||
ok(
|
||||
\\["
"]
|
||||
);
|
||||
ok("[\"\xe2\x80\xa8\"]");
|
||||
}
|
||||
|
||||
test "y_string_u+2029_par_sep" {
|
||||
ok(
|
||||
\\["
"]
|
||||
);
|
||||
ok("[\"\xe2\x80\xa9\"]");
|
||||
}
|
||||
|
||||
test "y_string_uescaped_newline" {
|
||||
|
@ -455,9 +451,7 @@ test "y_string_uEscape" {
|
|||
}
|
||||
|
||||
test "y_string_unescaped_char_delete" {
|
||||
ok(
|
||||
\\[""]
|
||||
);
|
||||
ok("[\"\x7f\"]");
|
||||
}
|
||||
|
||||
test "y_string_unicode_2" {
|
||||
|
@ -527,9 +521,7 @@ test "y_string_utf8" {
|
|||
}
|
||||
|
||||
test "y_string_with_del_character" {
|
||||
ok(
|
||||
\\["aa"]
|
||||
);
|
||||
ok("[\"a\x7fa\"]");
|
||||
}
|
||||
|
||||
test "y_structure_lonely_false" {
|
||||
|
@ -718,9 +710,7 @@ test "n_array_number_and_several_commas" {
|
|||
}
|
||||
|
||||
test "n_array_spaces_vertical_tab_formfeed" {
|
||||
err(
|
||||
\\["a"\f]
|
||||
);
|
||||
err("[\"\x0aa\"\\f]");
|
||||
}
|
||||
|
||||
test "n_array_star_inside" {
|
||||
|
@ -774,9 +764,7 @@ test "n_incomplete_true" {
|
|||
}
|
||||
|
||||
test "n_multidigit_number_then_00" {
|
||||
err(
|
||||
\\123 |