1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
driver: 'json_validation'
data_files:
test1.json: "Minimal test"
test2.json: "Minimal test2"
false.json: "null keyword"
null.json: "false keyword"
true.json: "true keyword"
keyword_seq.json: "an array of null, false and true"
basic_object.json: "a basic JSON object"
string.json: "a string with some escape sequences"
numbers.json: "an array of various kind of numbers"
"y_array_arraysWithSpaces.json": "y array arraysWithSpaces"
"y_array_empty-string.json": "y array empty-string"
"y_array_empty.json": "y array empty"
"y_array_ending_with_newline.json": "y array ending with newline"
"y_array_false.json": "y array false"
"y_array_heterogeneous.json": "y array heterogeneous"
"y_array_null.json": "y array null"
"y_array_with_1_and_newline.json": "y array with 1 and newline"
"y_array_with_leading_space.json": "y array with leading space"
"y_array_with_several_null.json": "y array with several null"
"y_array_with_trailing_space.json": "y array with trailing space"
"y_number.json": "y number"
"y_number_0e+1.json": "y number 0e+1"
"y_number_0e1.json": "y number 0e1"
"y_number_after_space.json": "y number after space"
"y_number_double_close_to_zero.json": "y number double close to zero"
"y_number_int_with_exp.json": "y number int with exp"
"y_number_minus_zero.json": "y number minus zero"
"y_number_negative_int.json": "y number negative int"
"y_number_negative_one.json": "y number negative one"
"y_number_negative_zero.json": "y number negative zero"
"y_number_real_capital_e.json": "y number real capital e"
"y_number_real_capital_e_neg_exp.json": "y number real capital e neg exp"
"y_number_real_capital_e_pos_exp.json": "y number real capital e pos exp"
"y_number_real_exponent.json": "y number real exponent"
"y_number_real_fraction_exponent.json": "y number real fraction exponent"
"y_number_real_neg_exp.json": "y number real neg exp"
"y_number_real_pos_exponent.json": "y number real pos exponent"
"y_number_simple_int.json": "y number simple int"
"y_number_simple_real.json": "y number simple real"
"y_object.json": "y object"
"y_object_basic.json": "y object basic"
"y_object_duplicated_key.json": "y object duplicated key"
"y_object_duplicated_key_and_value.json": "y object duplicated key and value"
"y_object_empty.json": "y object empty"
"y_object_empty_key.json": "y object empty key"
"y_object_escaped_null_in_key.json": "y object escaped null in key"
"y_object_extreme_numbers.json": "y object extreme numbers"
"y_object_long_strings.json": "y object long strings"
"y_object_simple.json": "y object simple"
"y_object_string_unicode.json": "y object string unicode"
"y_object_with_newlines.json": "y object with newlines"
"y_string_1_2_3_bytes_UTF-8_sequences.json": "y string 1 2 3 bytes UTF-8 sequences"
"y_string_accepted_surrogate_pair.json": "y string accepted surrogate pair"
"y_string_accepted_surrogate_pairs.json": "y string accepted surrogate pairs"
"y_string_allowed_escapes.json": "y string allowed escapes"
"y_string_backslash_and_u_escaped_zero.json": "y string backslash and u escaped zero"
"y_string_backslash_doublequotes.json": "y string backslash doublequotes"
"y_string_comments.json": "y string comments"
"y_string_double_escape_a.json": "y string double escape a"
"y_string_double_escape_n.json": "y string double escape n"
"y_string_escaped_control_character.json": "y string escaped control character"
"y_string_escaped_noncharacter.json": "y string escaped noncharacter"
"y_string_in_array.json": "y string in array"
"y_string_in_array_with_leading_space.json": "y string in array with leading space"
"y_string_last_surrogates_1_and_2.json": "y string last surrogates 1 and 2"
"y_string_nbsp_uescaped.json": "y string nbsp uescaped"
"y_string_nonCharacterInUTF-8_U+10FFFF.json": "y string nonCharacterInUTF-8 U+10FFFF"
"y_string_nonCharacterInUTF-8_U+1FFFF.json": "y string nonCharacterInUTF-8 U+1FFFF"
"y_string_nonCharacterInUTF-8_U+FFFF.json": "y string nonCharacterInUTF-8 U+FFFF"
"y_string_null_escape.json": "y string null escape"
"y_string_one-byte-utf-8.json": "y string one-byte-utf-8"
"y_string_pi.json": "y string pi"
"y_string_simple_ascii.json": "y string simple ascii"
"y_string_space.json": "y string space"
"y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json": "y string surrogates U+1D11E MUSICAL SYMBOL G CLEF"
"y_string_three-byte-utf-8.json": "y string three-byte-utf-8"
"y_string_two-byte-utf-8.json": "y string two-byte-utf-8"
"y_string_u+2028_line_sep.json": "y string u+2028 line sep"
"y_string_u+2029_par_sep.json": "y string u+2029 par sep"
"y_string_uEscape.json": "y string uEscape"
"y_string_uescaped_newline.json": "y string uescaped newline"
"y_string_unescaped_char_delete.json": "y string unescaped char delete"
"y_string_unicode.json": "y string unicode"
"y_string_unicodeEscapedBackslash.json": "y string unicodeEscapedBackslash"
"y_string_unicode_2.json": "y string unicode 2"
"y_string_unicode_U+10FFFE_nonchar.json": "y string unicode U+10FFFE nonchar"
"y_string_unicode_U+1FFFE_nonchar.json": "y string unicode U+1FFFE nonchar"
"y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json": "y string unicode U+200B ZERO WIDTH SPACE"
"y_string_unicode_U+2064_invisible_plus.json": "y string unicode U+2064 invisible plus"
"y_string_unicode_U+FDD0_nonchar.json": "y string unicode U+FDD0 nonchar"
"y_string_unicode_U+FFFE_nonchar.json": "y string unicode U+FFFE nonchar"
"y_string_unicode_escaped_double_quote.json": "y string unicode escaped double quote"
"y_string_utf8.json": "y string utf8"
"y_string_with_del_character.json": "y string with del character"
"y_structure_lonely_false.json": "y structure lonely false"
"y_structure_lonely_int.json": "y structure lonely int"
"y_structure_lonely_negative_real.json": "y structure lonely negative real"
"y_structure_lonely_null.json": "y structure lonely null"
"y_structure_lonely_string.json": "y structure lonely string"
"y_structure_lonely_true.json": "y structure lonely true"
"y_structure_string_empty.json": "y structure string empty"
"y_structure_trailing_newline.json": "y structure trailing newline"
"y_structure_true_in_array.json": "y structure true in array"
"y_structure_whitespace_array.json": "y structure whitespace array"
|