issues
search
varlink
/
libvarlink
C implementation of the Varlink protocol and command line tool
Apache License 2.0
111
stars
15
forks
source link
Fix failing tests in tests-json/FAILS
#35
Closed
haraldh
closed
3 years ago
haraldh
commented
3 years ago
Fix the tests:
[x] n
number
-01.json
[x] n_number_0.e1.json
[x] n
number
+1.json
[x] n_number_2.e+3.json
[x] n_number_2.e-3.json
[x] n_number_2.e3.json
[x] n
number
-2..json
[x] n_number_neg_int_starting_with_zero.json
[x] n_number_real_without_fractional_part.json
[x] n_number_with_leading_zero.json
[x] n_object_key_lone_2nd_surrogate.json
[x] n_string_1st_surrogate_but_2nd_missing.json
[x] n_string_1st_valid_surrogate_2nd_invalid.json
[x] n_string_incomplete_surrogate_and_escape_valid.json
[x] n_string_incomplete_surrogate_pair.json
[x] n_string_incomplete_surrogates_escape_valid.json
[x] n_string_invalid_lonely_surrogate.json
[x] n_string_invalid_surrogate.json
[x] n_string_invalid_utf-8.json
[x] n_string_inverted_surrogates_U+1D11E.json
[x] n_string_iso_latin_1.json
[x] n_string_lone_second_surrogate.json
[x] n_string_lone_utf8_continuation_byte.json
[x] n_string_not_in_unicode_range.json
[x] n_string_overlong_sequence_2_bytes.json
[x] n_string_overlong_sequence_6_bytes.json
[x] n_string_overlong_sequence_6_bytes_null.json
[x] n_string_truncated-utf-8.json
[x] n_string_unescaped_newline.json
[x] n_string_unescaped_tab.json
[x] n_string_UTF-8_invalid_sequence.json
[x] n_string_UTF8_surrogate_U+D800.json
[x] y_array_heterogeneous.json
Fix the tests: