From 67195e8ffd05dbbda86b87cef7712037f2589074 Mon Sep 17 00:00:00 2001 From: Cody Boone Ferguson <53008573+xexyl@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:01:35 -0700 Subject: [PATCH] Add a number of test files to test_JSON - #931 Added a number of test JSON files to demonstrate that the JSON parser is okay with mixed spacing (spaces and tabs or different number of spaces with or without tabs etc.), no spacing and so on, even though the mkiocccentry(1) tool will form json files with multiples of 4 spaces and no tabs. Updated MKIOCCCENTRY_VERSION to "1.0.8 2024-08-23". --- soup/version.h | 2 +- .../bad/auth.2-alt_url.bad_value.json | 2 +- .../auth.IOCCC_auth_version.bad_value.json | 2 +- .../auth.IOCCC_auth_version.wrong_type.json | 2 +- .../bad/auth.IOCCC_contest.bad_value.json | 2 +- .../bad/auth.IOCCC_contest.wrong_type.json | 2 +- .../bad/auth.IOCCC_contest_id.bad_value.json | 2 +- .../bad/auth.IOCCC_contest_id.wrong_type.json | 2 +- .../bad/auth.IOCCC_year.bad_value.json | 2 +- .../bad/auth.IOCCC_year.wrong_type.json | 2 +- .../bad/auth.affiliation.bad_value.json | 2 +- .../bad/auth.affiliation.wrong_type.json | 2 +- .../auth.json/bad/auth.alt_url.bad_value.json | 2 +- .../bad/auth.author_count.bad_value.json | 2 +- .../bad/auth.author_count.wrong_type.json | 2 +- .../bad/auth.author_handle.bad_value.json | 2 +- .../bad/auth.author_handle.wrong_type.json | 2 +- .../bad/auth.author_number.bad_value.json | 2 +- .../bad/auth.author_number.wrong_type.json | 2 +- .../auth.json/bad/auth.bad-comment-0.json | 2 +- .../auth.json/bad/auth.bad-comment-1.json | 2 +- .../auth.json/bad/auth.bad-comment-2.json | 2 +- .../auth.json/bad/auth.bad-null.json | 2 +- .../bad/auth.chkentry_version.bad_value.json | 2 +- .../bad/auth.chkentry_version.wrong_type.json | 2 +- .../auth.json/bad/auth.contest_id-0.json | 2 +- .../auth.json/bad/auth.contest_id-1.json | 2 +- .../auth.json/bad/auth.contest_id-2.json | 2 +- .../test_JSON/auth.json/bad/auth.count-0.json | 2 +- .../test_JSON/auth.json/bad/auth.count-1.json | 2 +- .../test_JSON/auth.json/bad/auth.count-2.json | 2 +- .../test_JSON/auth.json/bad/auth.count-3.json | 2 +- .../bad/auth.default_handle.wrong_type.json | 2 +- .../auth.json/bad/auth.email.bad_value.json | 2 +- .../auth.json/bad/auth.email.wrong_type.json | 2 +- .../auth.json/bad/auth.entry_num-0.json | 2 +- .../auth.json/bad/auth.entry_num-1.json | 2 +- .../auth.json/bad/auth.entry_num-2.json | 2 +- .../auth.json/bad/auth.entry_num-3.json | 2 +- .../bad/auth.entry_num.bad_value.json | 2 +- .../bad/auth.entry_num.wrong_type.json | 2 +- .../auth.json/bad/auth.extra_field-2.json | 2 +- .../bad/auth.fnamchk_version.bad_value.json | 2 +- .../bad/auth.fnamchk_version.wrong_type.json | 2 +- .../bad/auth.formed_timestamp.bad_value.json | 2 +- .../bad/auth.formed_timestamp.wrong_type.json | 2 +- .../auth.formed_timestamp_usec.bad_value.json | 2 +- ...auth.formed_timestamp_usec.wrong_type.json | 2 +- .../auth.json/bad/auth.github.bad_value.json | 2 +- .../auth.json/bad/auth.github.wrong_type.json | 2 +- .../bad/auth.location_code.bad_value.json | 2 +- .../bad/auth.location_code.wrong_type.json | 2 +- .../auth.json/bad/auth.max-authors0.json | 2 +- .../auth.json/bad/auth.max-authors1.json | 2 +- ...uth.min-author.json.duplicate-line.02.json | 2 +- ...uth.min-author.json.duplicate-line.03.json | 2 +- ...uth.min-author.json.duplicate-line.04.json | 2 +- ...uth.min-author.json.duplicate-line.05.json | 2 +- ...uth.min-author.json.duplicate-line.06.json | 4 +- ...uth.min-author.json.duplicate-line.07.json | 2 +- ...uth.min-author.json.duplicate-line.08.json | 2 +- ...uth.min-author.json.duplicate-line.09.json | 2 +- ...uth.min-author.json.duplicate-line.10.json | 2 +- ...uth.min-author.json.duplicate-line.11.json | 2 +- ...uth.min-author.json.duplicate-line.12.json | 2 +- ...uth.min-author.json.duplicate-line.13.json | 2 +- ...uth.min-author.json.duplicate-line.16.json | 2 +- ...uth.min-author.json.duplicate-line.17.json | 2 +- ...uth.min-author.json.duplicate-line.19.json | 2 +- ...uth.min-author.json.duplicate-line.20.json | 2 +- ...uth.min-author.json.duplicate-line.21.json | 2 +- ...uth.min-author.json.duplicate-line.22.json | 2 +- ...uth.min-author.json.duplicate-line.23.json | 2 +- ...uth.min-author.json.duplicate-line.24.json | 2 +- ...uth.min-author.json.duplicate-line.25.json | 2 +- ...uth.min-author.json.duplicate-line.26.json | 2 +- ...in-author.json.duplicate-line.27fixed.json | 2 +- ...uth.min-author.json.duplicate-line.30.json | 2 +- ...uth.min-author.json.duplicate-line.31.json | 2 +- ...uth.min-author.json.duplicate-line.32.json | 2 +- ...uth.min-author.json.duplicate-line.33.json | 2 +- .../auth.min-author.json.formed_UTC-line.json | 2 +- .../auth.json/bad/auth.min-whitespace.json | 2 +- .../bad/auth.min_timestamp.bad_value.json | 2 +- .../bad/auth.min_timestamp.wrong_type.json | 2 +- .../auth.json/bad/auth.missing-line.10.json | 2 +- .../auth.json/bad/auth.missing-line.11.json | 2 +- .../auth.json/bad/auth.missing-line.12.json | 2 +- .../auth.json/bad/auth.missing-line.13.json | 2 +- .../auth.json/bad/auth.missing-line.14.json | 2 +- .../auth.json/bad/auth.missing-line.17.json | 2 +- .../auth.json/bad/auth.missing-line.18.json | 2 +- .../auth.json/bad/auth.missing-line.2.json | 2 +- .../auth.json/bad/auth.missing-line.20.json | 2 +- .../auth.json/bad/auth.missing-line.21.json | 2 +- .../auth.json/bad/auth.missing-line.22.json | 2 +- .../auth.json/bad/auth.missing-line.23.json | 2 +- .../auth.json/bad/auth.missing-line.24.json | 2 +- .../auth.json/bad/auth.missing-line.25.json | 2 +- .../auth.json/bad/auth.missing-line.26.json | 2 +- .../auth.json/bad/auth.missing-line.27.json | 2 +- .../auth.json/bad/auth.missing-line.3.json | 2 +- .../auth.json/bad/auth.missing-line.31.json | 2 +- .../auth.json/bad/auth.missing-line.32.json | 2 +- .../auth.json/bad/auth.missing-line.34.json | 2 +- .../auth.json/bad/auth.missing-line.35.json | 2 +- .../auth.json/bad/auth.missing-line.36.json | 2 +- .../auth.json/bad/auth.missing-line.37.json | 2 +- .../auth.json/bad/auth.missing-line.38.json | 2 +- .../auth.json/bad/auth.missing-line.39.json | 2 +- .../auth.json/bad/auth.missing-line.4.json | 2 +- .../auth.json/bad/auth.missing-line.40.json | 2 +- .../auth.json/bad/auth.missing-line.41.json | 2 +- .../auth.json/bad/auth.missing-line.45.json | 2 +- .../auth.json/bad/auth.missing-line.46.json | 2 +- .../auth.json/bad/auth.missing-line.48.json | 2 +- .../auth.json/bad/auth.missing-line.49.json | 2 +- .../auth.json/bad/auth.missing-line.5.json | 2 +- .../auth.json/bad/auth.missing-line.50.json | 2 +- .../auth.json/bad/auth.missing-line.51.json | 2 +- .../auth.json/bad/auth.missing-line.52.json | 2 +- .../auth.json/bad/auth.missing-line.53.json | 2 +- .../auth.json/bad/auth.missing-line.54.json | 2 +- .../auth.json/bad/auth.missing-line.55.json | 2 +- .../auth.json/bad/auth.missing-line.59.json | 2 +- .../auth.json/bad/auth.missing-line.6.json | 2 +- .../auth.json/bad/auth.missing-line.60.json | 2 +- .../auth.json/bad/auth.missing-line.62.json | 2 +- .../auth.json/bad/auth.missing-line.63.json | 2 +- .../auth.json/bad/auth.missing-line.64.json | 2 +- .../auth.json/bad/auth.missing-line.65.json | 2 +- .../auth.json/bad/auth.missing-line.66.json | 2 +- .../auth.json/bad/auth.missing-line.67.json | 2 +- .../auth.json/bad/auth.missing-line.68.json | 2 +- .../auth.json/bad/auth.missing-line.69.json | 2 +- .../auth.json/bad/auth.missing-line.73.json | 2 +- .../auth.json/bad/auth.missing-line.76.json | 2 +- .../auth.json/bad/auth.missing-line.77.json | 2 +- .../auth.json/bad/auth.missing-line.78.json | 2 +- .../auth.json/bad/auth.missing-line.79.json | 2 +- .../auth.json/bad/auth.missing-line.8.json | 2 +- .../auth.json/bad/auth.missing-line.80.json | 2 +- .../auth.json/bad/auth.missing-line.81.json | 2 +- .../auth.json/bad/auth.missing-line.82.json | 2 +- .../auth.json/bad/auth.missing-line.83.json | 2 +- .../auth.json/bad/auth.missing-line.87.json | 2 +- .../auth.json/bad/auth.missing-line.88.json | 2 +- .../auth.json/bad/auth.missing-line.89.json | 2 +- .../auth.json/bad/auth.missing-line.9.json | 2 +- .../auth.json/bad/auth.missing-line.90.json | 2 +- .../auth.json/bad/auth.name.bad_value.json | 2 +- .../auth.json/bad/auth.name.wrong_type.json | 2 +- .../bad/auth.no_comment.bad_value.json | 2 +- .../bad/auth.no_comment.wrong_type.json | 2 +- .../auth.json/bad/auth.over-max-authors.json | 2 +- .../bad/auth.past_winner.wrong_type.json | 2 +- .../test_JSON/auth.json/bad/auth.sorted.json | 2 +- .../auth.json/bad/auth.tarball.bad_value.json | 2 +- .../bad/auth.tarball.wrong_type.json | 2 +- .../bad/auth.test_mode.bad_value.json | 2 +- .../bad/auth.test_mode.wrong_type.json | 2 +- .../bad/auth.timestamp_epoch.bad_value.json | 2 +- .../bad/auth.timestamp_epoch.wrong_type.json | 2 +- .../auth.json/bad/auth.twitter.bad_value.json | 2 +- .../bad/auth.twitter.wrong_type.json | 2 +- .../auth.json/bad/auth.url.bad_value.json | 2 +- .../auth.json/bad/auth.url.wrong_type.json | 2 +- .../test_JSON/auth.json/bad/auth.uuid.json | 2 +- .../auth.json/bad/auth.version-0.json | 2 +- .../auth.json/bad/auth.version-1.json | 2 +- .../auth.json/bad/auth.version-3.json | 2 +- .../bad/info.min-author.missing-line.02.json | 2 +- .../bad/info.min-author.missing-line.03.json | 2 +- .../bad/info.min-author.missing-line.04.json | 2 +- .../bad/info.min-author.missing-line.05.json | 2 +- .../bad/info.min-author.missing-line.07.json | 2 +- .../bad/info.min-author.missing-line.08.json | 2 +- .../bad/info.min-author.missing-line.09.json | 2 +- .../bad/info.min-author.missing-line.10.json | 2 +- .../bad/info.min-author.missing-line.11.json | 2 +- .../bad/info.min-author.missing-line.12.json | 2 +- .../bad/info.min-author.missing-line.13.json | 2 +- .../bad/info.min-author.missing-line.16.json | 2 +- .../bad/info.min-author.missing-line.17.json | 2 +- .../bad/info.min-author.missing-line.19.json | 2 +- .../bad/info.min-author.missing-line.20.json | 2 +- .../bad/info.min-author.missing-line.21.json | 2 +- .../bad/info.min-author.missing-line.22.json | 2 +- .../bad/info.min-author.missing-line.23.json | 2 +- .../bad/info.min-author.missing-line.24.json | 2 +- .../bad/info.min-author.missing-line.25.json | 2 +- .../bad/info.min-author.missing-line.26.json | 2 +- .../info.min-author.missing-line.27fixed.json | 2 +- .../bad/info.min-author.missing-line.30.json | 2 +- .../bad/info.min-author.missing-line.31.json | 2 +- .../bad/info.min-author.missing-line.32.json | 2 +- .../bad/info.min-author.missing-line.33.json | 2 +- .../info.min-author.missing-line.34fixed.json | 2 +- .../auth.json/good/auth.2-spaces.json | 90 ++++++++++++++++++ .../auth.json/good/auth.auth1-full.json | 2 +- .../auth.json/good/auth.auth1-null.json | 2 +- .../auth.json/good/auth.auth5-full.json | 2 +- .../auth.json/good/auth.auth5-null.json | 2 +- .../auth.json/good/auth.default.json | 2 +- .../auth.json/good/auth.max-authors0.json | 2 +- .../auth.json/good/auth.max-authors1.json | 2 +- .../auth.json/good/auth.min-author.json | 2 +- .../auth.json/good/auth.min-authors0.json | 2 +- .../auth.json/good/auth.min-authors1.json | 2 +- .../good/auth.min-whitespace-nonl.json | 2 +- .../auth.json/good/auth.min-whitespace.json | 2 +- .../auth.json/good/auth.mininfo-0.json | 2 +- .../auth.json/good/auth.mixed-spacing.json | 90 ++++++++++++++++++ .../auth.json/good/auth.reference.json | 2 +- .../auth.json/good/auth.simple-0.json | 2 +- .../auth.json/good/auth.simple-1.json | 2 +- .../test_JSON/auth.json/good/auth.sorted.json | 2 +- .../auth.json/good/auth.sorted.no-indent.json | 90 ++++++++++++++++++ .../auth.json/good/auth.tab-indent.json | 90 ++++++++++++++++++ .../test_JSON/auth.json/good/auth.uuid.json | 2 +- .../good/auth.uuid.mixed-tabs-and-spaces.json | 90 ++++++++++++++++++ .../general.json/bad/auth.extra_field-0.json | 2 +- .../general.json/bad/auth.extra_field-1.json | 2 +- .../bad/auth.invalid-array-and-fields-0.json | 2 +- .../bad/auth.invalid-array-and-fields-1.json | 2 +- .../bad/auth.invalid-array-and-fields-2.json | 2 +- .../general.json/bad/auth.merged_author.json | 2 +- ...uth.min-author.json.duplicate-line.01.json | 2 +- ...uth.min-author.json.duplicate-line.14.json | 2 +- ...uth.min-author.json.duplicate-line.15.json | 2 +- ...uth.min-author.json.duplicate-line.27.json | 2 +- ...uth.min-author.json.duplicate-line.28.json | 2 +- ...uth.min-author.json.duplicate-line.29.json | 2 +- ...uth.min-author.json.duplicate-line.35.json | 2 +- .../general.json/bad/auth.missing-line.1.json | 2 +- .../bad/auth.missing-line.15.json | 2 +- .../bad/auth.missing-line.16.json | 2 +- .../bad/auth.missing-line.28.json | 2 +- .../bad/auth.missing-line.29.json | 2 +- .../bad/auth.missing-line.30.json | 2 +- .../bad/auth.missing-line.42.json | 2 +- .../bad/auth.missing-line.43.json | 2 +- .../bad/auth.missing-line.44.json | 2 +- .../bad/auth.missing-line.56.json | 2 +- .../bad/auth.missing-line.57.json | 2 +- .../bad/auth.missing-line.58.json | 2 +- .../bad/auth.missing-line.70.json | 2 +- .../bad/auth.missing-line.71.json | 2 +- .../bad/auth.missing-line.72.json | 2 +- .../bad/auth.missing-line.84.json | 2 +- .../bad/auth.missing-line.85.json | 2 +- .../bad/auth.missing-line.86.json | 2 +- .../bad/auth.missing-line.91.json | 2 +- .../bad/auth.missing-line.92.json | 2 +- .../test_JSON/general.json/bad/info.NUL.json | Bin 1495 -> 1495 bytes .../general.json/bad/info.extra-quote.json | 2 +- .../general.json/bad/info.manifest-1.json | 2 +- .../general.json/bad/info.manifest-13.json | 2 +- .../general.json/bad/info.manifest-24.json | 2 +- .../general.json/bad/info.manifest-25.json | 2 +- .../general.json/bad/info.manifest-26.json | 2 +- .../general.json/bad/info.manifest-7.json | 2 +- .../general.json/bad/info.manifest-8.json | 2 +- .../bad/info.min-author.missing-line.01.json | 2 +- .../bad/info.min-author.missing-line.14.json | 2 +- .../bad/info.min-author.missing-line.15.json | 2 +- .../bad/info.min-author.missing-line.27.json | 2 +- .../bad/info.min-author.missing-line.28.json | 2 +- .../bad/info.min-author.missing-line.29.json | 2 +- .../bad/info.min-author.missing-line.34.json | 2 +- .../bad/info.min-author.missing-line.35.json | 2 +- .../info.min-manifest.duplicate-line.01.json | 2 +- .../info.min-manifest.duplicate-line.34.json | 2 +- .../info.min-manifest.duplicate-line.39.json | 2 +- .../info.min-manifest.duplicate-line.40.json | 2 +- .../info.min-manifest.duplicate-line.46.json | 2 +- .../info.min-manifest.missing-line.01.json | 2 +- .../info.min-manifest.missing-line.34.json | 2 +- .../info.min-manifest.missing-line.39.json | 2 +- .../info.min-manifest.missing-line.40.json | 2 +- .../info.min-manifest.missing-line.45.json | 2 +- .../info.min-manifest.missing-line.46.json | 2 +- .../general.json/bad/info.missing-line.1.json | 2 +- .../bad/info.missing-line.35.json | 2 +- .../bad/info.missing-line.44.json | 2 +- .../bad/info.missing-line.45.json | 2 +- .../bad/info.missing-line.50.json | 2 +- .../bad/info.missing-line.51.json | 2 +- .../general.json/bad/info.number.json | 2 +- .../general.json/bad/info.sorted.json | 2 +- .../general.json/bad/info.string.1.json | 2 +- .../general.json/bad/info.string.2.json | 2 +- .../general.json/bad/info.string.3.json | 2 +- .../general.json/bad/info.string.4.json | 2 +- .../general.json/bad/info.unnamed-array.json | 2 +- .../general.json/good/auth.bad-comment-0.json | 2 +- .../general.json/good/auth.bad-comment-1.json | 2 +- .../general.json/good/auth.bad-comment-2.json | 2 +- .../general.json/good/auth.bad-null.json | 2 +- .../general.json/good/auth.contest_id-0.json | 2 +- .../general.json/good/auth.contest_id-1.json | 2 +- .../general.json/good/auth.contest_id-2.json | 2 +- .../general.json/good/auth.count-0.json | 2 +- .../general.json/good/auth.count-1.json | 2 +- .../general.json/good/auth.count-2.json | 2 +- .../general.json/good/auth.count-3.json | 2 +- .../general.json/good/auth.entry_num-0.json | 2 +- .../general.json/good/auth.entry_num-1.json | 2 +- .../general.json/good/auth.entry_num-2.json | 2 +- .../general.json/good/auth.entry_num-3.json | 2 +- .../general.json/good/auth.extra_field-2.json | 2 +- .../general.json/good/auth.max-authors0.json | 2 +- .../general.json/good/auth.max-authors1.json | 2 +- .../good/auth.min-whitespace-nonl.json | 2 +- .../good/auth.min-whitespace.json | 2 +- .../good/auth.missing-line.10.json | 2 +- .../good/auth.missing-line.11.json | 2 +- .../good/auth.missing-line.12.json | 2 +- .../good/auth.missing-line.13.json | 2 +- .../good/auth.missing-line.14.json | 2 +- .../good/auth.missing-line.17.json | 2 +- .../good/auth.missing-line.18.json | 2 +- .../good/auth.missing-line.19.json | 2 +- .../good/auth.missing-line.2.json | 2 +- .../good/auth.missing-line.20.json | 2 +- .../good/auth.missing-line.21.json | 2 +- .../good/auth.missing-line.22.json | 2 +- .../good/auth.missing-line.23.json | 2 +- .../good/auth.missing-line.24.json | 2 +- .../good/auth.missing-line.25.json | 2 +- .../good/auth.missing-line.26.json | 2 +- .../good/auth.missing-line.27.json | 2 +- .../good/auth.missing-line.3.json | 2 +- .../good/auth.missing-line.31.json | 2 +- .../good/auth.missing-line.32.json | 2 +- .../good/auth.missing-line.33.json | 2 +- .../good/auth.missing-line.34.json | 2 +- .../good/auth.missing-line.35.json | 2 +- .../good/auth.missing-line.36.json | 2 +- .../good/auth.missing-line.37.json | 2 +- .../good/auth.missing-line.38.json | 2 +- .../good/auth.missing-line.39.json | 2 +- .../good/auth.missing-line.4.json | 2 +- .../good/auth.missing-line.40.json | 2 +- .../good/auth.missing-line.41.json | 2 +- .../good/auth.missing-line.45.json | 2 +- .../good/auth.missing-line.46.json | 2 +- .../good/auth.missing-line.47.json | 2 +- .../good/auth.missing-line.48.json | 2 +- .../good/auth.missing-line.49.json | 2 +- .../good/auth.missing-line.5.json | 2 +- .../good/auth.missing-line.50.json | 2 +- .../good/auth.missing-line.51.json | 2 +- .../good/auth.missing-line.52.json | 2 +- .../good/auth.missing-line.53.json | 2 +- .../good/auth.missing-line.54.json | 2 +- .../good/auth.missing-line.55.json | 2 +- .../good/auth.missing-line.59.json | 2 +- .../good/auth.missing-line.6.json | 2 +- .../good/auth.missing-line.60.json | 2 +- .../good/auth.missing-line.61.json | 2 +- .../good/auth.missing-line.62.json | 2 +- .../good/auth.missing-line.63.json | 2 +- .../good/auth.missing-line.64.json | 2 +- .../good/auth.missing-line.65.json | 2 +- .../good/auth.missing-line.66.json | 2 +- .../good/auth.missing-line.67.json | 2 +- .../good/auth.missing-line.68.json | 2 +- .../good/auth.missing-line.69.json | 2 +- .../good/auth.missing-line.73.json | 2 +- .../good/auth.missing-line.74.json | 2 +- .../good/auth.missing-line.75.json | 2 +- .../good/auth.missing-line.76.json | 2 +- .../good/auth.missing-line.77.json | 2 +- .../good/auth.missing-line.78.json | 2 +- .../good/auth.missing-line.79.json | 2 +- .../good/auth.missing-line.8.json | 2 +- .../good/auth.missing-line.80.json | 2 +- .../good/auth.missing-line.81.json | 2 +- .../good/auth.missing-line.82.json | 2 +- .../good/auth.missing-line.83.json | 2 +- .../good/auth.missing-line.87.json | 2 +- .../good/auth.missing-line.88.json | 2 +- .../good/auth.missing-line.89.json | 2 +- .../good/auth.missing-line.9.json | 2 +- .../good/auth.missing-line.90.json | 2 +- .../general.json/good/auth.sorted.json | 2 +- .../general.json/good/auth.uuid.json | 2 +- .../general.json/good/auth.version-0.json | 2 +- .../general.json/good/auth.version-1.json | 2 +- .../general.json/good/auth.version-3.json | 2 +- .../general.json/good/info.author_count.json | 2 +- .../general.json/good/info.bad-comment-0.json | 2 +- .../general.json/good/info.bad-comment-1.json | 2 +- .../general.json/good/info.bad-comment-2.json | 2 +- .../general.json/good/info.contest_id-0.json | 2 +- .../general.json/good/info.contest_id-1.json | 2 +- .../general.json/good/info.contest_id-2.json | 2 +- .../general.json/good/info.contest_id-3.json | 2 +- .../general.json/good/info.contest_id-4.json | 2 +- .../general.json/good/info.contest_id-5.json | 2 +- .../general.json/good/info.extra-line.1.json | 2 +- .../general.json/good/info.false.json | 2 +- .../general.json/good/info.formed_UTC.json | 2 +- .../general.json/good/info.manifest-0.json | 2 +- .../general.json/good/info.manifest-10.json | 2 +- .../general.json/good/info.manifest-11.json | 2 +- .../general.json/good/info.manifest-12.json | 2 +- .../general.json/good/info.manifest-14.json | 2 +- .../general.json/good/info.manifest-15.json | 2 +- .../general.json/good/info.manifest-16.json | 2 +- .../general.json/good/info.manifest-17.json | 2 +- .../general.json/good/info.manifest-18.json | 2 +- .../general.json/good/info.manifest-19.json | 2 +- .../general.json/good/info.manifest-2.json | 2 +- .../general.json/good/info.manifest-20.json | 2 +- .../general.json/good/info.manifest-21.json | 2 +- .../general.json/good/info.manifest-22.json | 2 +- .../general.json/good/info.manifest-23.json | 2 +- .../general.json/good/info.manifest-27.json | 2 +- .../general.json/good/info.manifest-28.json | 2 +- .../general.json/good/info.manifest-29.json | 2 +- .../general.json/good/info.manifest-3.json | 2 +- .../general.json/good/info.manifest-30.json | 2 +- .../general.json/good/info.manifest-31.json | 2 +- .../general.json/good/info.manifest-32.json | 2 +- .../general.json/good/info.manifest-33.json | 2 +- .../general.json/good/info.manifest-4.json | 2 +- .../general.json/good/info.manifest-5.json | 2 +- .../general.json/good/info.manifest-6.json | 2 +- .../general.json/good/info.manifest-9.json | 2 +- .../good/info.min-formed_UTC-line.json | 2 +- .../good/info.missing-line.10.json | 2 +- .../good/info.missing-line.11.json | 2 +- .../good/info.missing-line.12.json | 2 +- .../good/info.missing-line.13.json | 2 +- .../good/info.missing-line.14.json | 2 +- .../good/info.missing-line.15.json | 2 +- .../good/info.missing-line.16.json | 2 +- .../good/info.missing-line.17.json | 2 +- .../good/info.missing-line.18.json | 2 +- .../good/info.missing-line.19.json | 2 +- .../good/info.missing-line.2.json | 2 +- .../good/info.missing-line.20.json | 2 +- .../good/info.missing-line.21.json | 2 +- .../good/info.missing-line.22.json | 2 +- .../good/info.missing-line.23.json | 2 +- .../good/info.missing-line.24.json | 2 +- .../good/info.missing-line.25.json | 2 +- .../good/info.missing-line.26.json | 2 +- .../good/info.missing-line.27.json | 2 +- .../good/info.missing-line.28.json | 2 +- .../good/info.missing-line.29.json | 2 +- .../good/info.missing-line.3.json | 2 +- .../good/info.missing-line.30.json | 2 +- .../good/info.missing-line.31.json | 2 +- .../good/info.missing-line.32.json | 2 +- .../good/info.missing-line.33.json | 2 +- .../good/info.missing-line.34.json | 2 +- .../good/info.missing-line.36.json | 2 +- .../good/info.missing-line.37.json | 2 +- .../good/info.missing-line.38.json | 2 +- .../good/info.missing-line.39.json | 2 +- .../good/info.missing-line.4.json | 2 +- .../good/info.missing-line.40.json | 2 +- .../good/info.missing-line.41.json | 2 +- .../good/info.missing-line.42.json | 2 +- .../good/info.missing-line.43.json | 2 +- .../good/info.missing-line.46.json | 2 +- .../good/info.missing-line.47.json | 2 +- .../good/info.missing-line.48.json | 2 +- .../good/info.missing-line.49.json | 2 +- .../good/info.missing-line.5.json | 2 +- .../good/info.missing-line.6.json | 2 +- .../good/info.missing-line.8.json | 2 +- .../good/info.missing-line.9.json | 2 +- .../general.json/good/info.null.json | 2 +- .../general.json/good/info.simple-0.json | 2 +- .../general.json/good/info.tarball-0.json | 2 +- .../general.json/good/info.tarball-1.json | 2 +- .../general.json/good/info.tarball-10.json | 2 +- .../general.json/good/info.tarball-2.json | 2 +- .../general.json/good/info.tarball-3.json | 2 +- .../general.json/good/info.tarball-4.json | 2 +- .../general.json/good/info.tarball-5.json | 2 +- .../general.json/good/info.tarball-6.json | 2 +- .../general.json/good/info.tarball-7.json | 2 +- .../general.json/good/info.tarball-8.json | 2 +- .../general.json/good/info.tarball-9.json | 2 +- .../general.json/good/info.test_mode.0.json | 2 +- .../general.json/good/info.test_mode.1.json | 2 +- .../general.json/good/info.timestamp-0.json | 2 +- .../general.json/good/info.timestamp-1.json | 2 +- .../general.json/good/info.timestamp-2.json | 2 +- .../general.json/good/info.title-0.json | 2 +- .../general.json/good/info.title-1.json | 2 +- .../general.json/good/info.title-2.json | 2 +- .../general.json/good/info.title-3.json | 2 +- .../general.json/good/info.true.json | 2 +- .../bad/auth.min-whitespace-nonl.json | 2 +- .../bad/info.IOCCC_contest.bad_value.json | 2 +- .../bad/info.IOCCC_contest.wrong_type.json | 2 +- .../bad/info.IOCCC_contest_id.bad_value.json | 2 +- .../bad/info.IOCCC_contest_id.wrong_type.json | 2 +- .../info.IOCCC_info_version.bad_value.json | 2 +- .../info.IOCCC_info_version.wrong_type.json | 2 +- .../bad/info.IOCCC_year.bad_value.json | 2 +- .../bad/info.IOCCC_year.wrong_type.json | 2 +- .../bad/info.Makefile.bad_value.json | 2 +- .../bad/info.Makefile.wrong_type.json | 2 +- .../info.Makefile_override.wrong_type.json | 2 +- .../bad/info.abstract.bad_value.json | 2 +- .../bad/info.abstract.wrong_type.json | 2 +- .../bad/info.auth_JSON.bad_value.json | 2 +- .../bad/info.auth_JSON.wrong_type.json | 2 +- .../info.json/bad/info.author_count.json | 2 +- .../info.json/bad/info.bad-comment-0.json | 2 +- .../info.json/bad/info.bad-comment-1.json | 2 +- .../info.json/bad/info.bad-comment-2.json | 2 +- .../info.json/bad/info.c_src.bad_value.json | 2 +- .../info.json/bad/info.c_src.wrong_type.json | 2 +- .../bad/info.chkentry_version.bad_value.json | 2 +- .../bad/info.chkentry_version.wrong_type.json | 2 +- .../info.json/bad/info.contest_id-0.json | 2 +- .../info.json/bad/info.contest_id-1.json | 2 +- .../info.json/bad/info.contest_id-2.json | 2 +- .../info.json/bad/info.contest_id-3.json | 2 +- .../info.json/bad/info.contest_id-4.json | 2 +- .../info.json/bad/info.contest_id-5.json | 2 +- .../bad/info.empty_override.wrong_type.json | 2 +- .../bad/info.entry_num.bad_value.json | 2 +- .../bad/info.entry_num.wrong_type.json | 2 +- .../info.json/bad/info.extra-line.0.json | 2 +- .../info.json/bad/info.extra-line.1.json | 2 +- .../info.json/bad/info.extra-line.2.json | 2 +- .../test_JSON/info.json/bad/info.false.json | 2 +- .../info.first_rule_is_all.wrong_type.json | 2 +- .../bad/info.fnamchk_version.bad_value.json | 2 +- .../bad/info.fnamchk_version.wrong_type.json | 2 +- .../test_JSON/info.json/bad/info.foo.json | 2 +- .../info.json/bad/info.formed_UTC-line.json | 2 +- .../bad/info.formed_timestamp.bad_value.json | 2 +- .../bad/info.formed_timestamp.wrong_type.json | 2 +- .../info.formed_timestamp_usec.bad_value.json | 2 +- ...info.formed_timestamp_usec.wrong_type.json | 2 +- .../bad/info.found_all_rule.wrong_type.json | 2 +- .../bad/info.found_clean_rule.wrong_type.json | 2 +- .../info.found_clobber_rule.wrong_type.json | 2 +- .../bad/info.found_try_rule.wrong_type.json | 2 +- .../bad/info.highbit_warning.wrong_type.json | 2 +- .../bad/info.info_JSON.bad_value.json | 2 +- .../bad/info.info_JSON.wrong_type.json | 2 +- .../bad/info.iocccsize_version.bad_value.json | 2 +- .../info.iocccsize_version.wrong_type.json | 2 +- .../info.json/bad/info.manifest-0.json | 2 +- .../info.json/bad/info.manifest-10.json | 2 +- .../info.json/bad/info.manifest-11.json | 2 +- .../info.json/bad/info.manifest-12.json | 2 +- .../info.json/bad/info.manifest-14.json | 2 +- .../info.json/bad/info.manifest-15.json | 2 +- .../info.json/bad/info.manifest-16.json | 2 +- .../info.json/bad/info.manifest-17.json | 2 +- .../info.json/bad/info.manifest-18.json | 2 +- .../info.json/bad/info.manifest-19.json | 2 +- .../info.json/bad/info.manifest-2.json | 2 +- .../info.json/bad/info.manifest-20.json | 2 +- .../info.json/bad/info.manifest-21.json | 2 +- .../info.json/bad/info.manifest-22.json | 2 +- .../info.json/bad/info.manifest-23.json | 2 +- .../info.json/bad/info.manifest-27.json | 2 +- .../info.json/bad/info.manifest-28.json | 2 +- .../info.json/bad/info.manifest-29.json | 2 +- .../info.json/bad/info.manifest-3.json | 2 +- .../info.json/bad/info.manifest-30.json | 2 +- .../info.json/bad/info.manifest-31.json | 2 +- .../info.json/bad/info.manifest-32.json | 2 +- .../info.json/bad/info.manifest-33.json | 2 +- .../info.json/bad/info.manifest-34.json | 2 +- .../info.json/bad/info.manifest-6.json | 2 +- .../info.json/bad/info.manifest-9.json | 2 +- .../bad/info.manifest-README-md.json | 2 +- .../bad/info.manifest-index-html.json | 2 +- .../bad/info.manifest-inventory-html.json | 2 +- .../info.json/bad/info.manifest-prog-alt.json | 2 +- .../bad/info.manifest-prog-orig-c.json | 2 +- .../bad/info.manifest-prog-orig.json | 2 +- .../info.json/bad/info.manifest-prog.json | 2 +- .../info.min-manifest.duplicate-line.02.json | 2 +- .../info.min-manifest.duplicate-line.03.json | 2 +- .../info.min-manifest.duplicate-line.04.json | 2 +- .../info.min-manifest.duplicate-line.05.json | 2 +- .../info.min-manifest.duplicate-line.06.json | 4 +- .../info.min-manifest.duplicate-line.07.json | 2 +- .../info.min-manifest.duplicate-line.08.json | 2 +- .../info.min-manifest.duplicate-line.09.json | 2 +- .../info.min-manifest.duplicate-line.10.json | 2 +- .../info.min-manifest.duplicate-line.11.json | 2 +- .../info.min-manifest.duplicate-line.12.json | 2 +- .../info.min-manifest.duplicate-line.13.json | 2 +- .../info.min-manifest.duplicate-line.14.json | 2 +- .../info.min-manifest.duplicate-line.15.json | 2 +- .../info.min-manifest.duplicate-line.16.json | 2 +- .../info.min-manifest.duplicate-line.17.json | 2 +- .../info.min-manifest.duplicate-line.18.json | 2 +- .../info.min-manifest.duplicate-line.19.json | 2 +- .../info.min-manifest.duplicate-line.20.json | 2 +- .../info.min-manifest.duplicate-line.21.json | 2 +- .../info.min-manifest.duplicate-line.22.json | 2 +- .../info.min-manifest.duplicate-line.23.json | 2 +- .../info.min-manifest.duplicate-line.24.json | 2 +- .../info.min-manifest.duplicate-line.25.json | 2 +- .../info.min-manifest.duplicate-line.26.json | 2 +- .../info.min-manifest.duplicate-line.27.json | 2 +- .../info.min-manifest.duplicate-line.28.json | 2 +- .../info.min-manifest.duplicate-line.29.json | 2 +- .../info.min-manifest.duplicate-line.30.json | 2 +- .../info.min-manifest.duplicate-line.31.json | 2 +- .../info.min-manifest.duplicate-line.32.json | 2 +- .../info.min-manifest.duplicate-line.33.json | 2 +- .../info.min-manifest.duplicate-line.35.json | 2 +- .../info.min-manifest.duplicate-line.36.json | 2 +- .../info.min-manifest.duplicate-line.37.json | 2 +- .../info.min-manifest.duplicate-line.38.json | 2 +- ...o.min-manifest.duplicate-line.39fixed.json | 2 +- .../info.min-manifest.duplicate-line.41.json | 2 +- .../info.min-manifest.duplicate-line.42.json | 2 +- .../info.min-manifest.duplicate-line.43.json | 2 +- .../info.min-manifest.duplicate-line.44.json | 2 +- .../info.min-manifest.missing-line.02.json | 2 +- .../info.min-manifest.missing-line.03.json | 2 +- .../info.min-manifest.missing-line.04.json | 2 +- .../info.min-manifest.missing-line.05.json | 2 +- .../info.min-manifest.missing-line.07.json | 2 +- .../info.min-manifest.missing-line.08.json | 2 +- .../info.min-manifest.missing-line.09.json | 2 +- .../info.min-manifest.missing-line.10.json | 2 +- .../info.min-manifest.missing-line.11.json | 2 +- .../info.min-manifest.missing-line.12.json | 2 +- .../info.min-manifest.missing-line.13.json | 2 +- .../info.min-manifest.missing-line.14.json | 2 +- .../info.min-manifest.missing-line.15.json | 2 +- .../info.min-manifest.missing-line.16.json | 2 +- .../info.min-manifest.missing-line.17.json | 2 +- .../info.min-manifest.missing-line.18.json | 2 +- .../info.min-manifest.missing-line.19.json | 2 +- .../info.min-manifest.missing-line.20.json | 2 +- .../info.min-manifest.missing-line.21.json | 2 +- .../info.min-manifest.missing-line.22.json | 2 +- .../info.min-manifest.missing-line.23.json | 2 +- .../info.min-manifest.missing-line.24.json | 2 +- .../info.min-manifest.missing-line.25.json | 2 +- .../info.min-manifest.missing-line.26.json | 2 +- .../info.min-manifest.missing-line.27.json | 2 +- .../info.min-manifest.missing-line.28.json | 2 +- .../info.min-manifest.missing-line.29.json | 2 +- .../info.min-manifest.missing-line.30.json | 2 +- .../info.min-manifest.missing-line.31.json | 2 +- .../info.min-manifest.missing-line.32.json | 2 +- .../info.min-manifest.missing-line.33.json | 2 +- .../info.min-manifest.missing-line.35.json | 2 +- .../info.min-manifest.missing-line.36.json | 2 +- .../info.min-manifest.missing-line.37.json | 2 +- .../info.min-manifest.missing-line.38.json | 2 +- ...nfo.min-manifest.missing-line.39fixed.json | 2 +- .../info.min-manifest.missing-line.41.json | 2 +- .../info.min-manifest.missing-line.42.json | 2 +- .../info.min-manifest.missing-line.43.json | 2 +- .../info.min-manifest.missing-line.44.json | 2 +- ...nfo.min-manifest.missing-line.45fixed.json | 2 +- .../bad/info.min_timestamp.bad_value.json | 2 +- .../bad/info.min_timestamp.wrong_type.json | 2 +- .../bad/info.no_comment.bad_value.json | 2 +- .../bad/info.no_comment.wrong_type.json | 2 +- .../bad/info.nul_warning.wrong_type.json | 2 +- .../test_JSON/info.json/bad/info.null.json | 2 +- .../info.json/bad/info.remarks.bad_value.json | 2 +- .../bad/info.remarks.wrong_type.json | 2 +- .../bad/info.rule_2a_mismatch.wrong_type.json | 2 +- .../bad/info.rule_2a_override.wrong_type.json | 2 +- .../bad/info.rule_2a_size.wrong_type.json | 2 +- .../bad/info.rule_2b_override.wrong_type.json | 2 +- .../bad/info.rule_2b_size.wrong_type.json | 2 +- .../info.json/bad/info.simple-0.json | 2 +- .../info.json/bad/info.tarball-0.json | 2 +- .../info.json/bad/info.tarball-1.json | 2 +- .../info.json/bad/info.tarball-10.json | 2 +- .../info.json/bad/info.tarball-2.json | 2 +- .../info.json/bad/info.tarball-3.json | 2 +- .../info.json/bad/info.tarball-4.json | 2 +- .../info.json/bad/info.tarball-5.json | 2 +- .../info.json/bad/info.tarball-7.json | 2 +- .../info.json/bad/info.tarball-8.json | 2 +- .../info.json/bad/info.tarball-9.json | 2 +- .../info.json/bad/info.tarball.bad_value.json | 2 +- .../bad/info.tarball.wrong_type.json | 2 +- .../info.json/bad/info.test_mode.0.json | 2 +- .../info.json/bad/info.test_mode.1.json | 2 +- .../bad/info.test_mode.bad_value.json | 2 +- .../bad/info.test_mode.wrong_type.json | 2 +- .../info.json/bad/info.timestamp-1.json | 2 +- .../info.json/bad/info.timestamp-2.json | 2 +- .../bad/info.timestamp_epoch.bad_value.json | 2 +- .../bad/info.timestamp_epoch.wrong_type.json | 2 +- .../test_JSON/info.json/bad/info.title-0.json | 2 +- .../test_JSON/info.json/bad/info.title-1.json | 2 +- .../test_JSON/info.json/bad/info.title-2.json | 2 +- .../test_JSON/info.json/bad/info.title-3.json | 2 +- .../info.json/bad/info.title.bad_value.json | 2 +- .../info.json/bad/info.title.wrong_type.json | 2 +- .../bad/info.trigraph_warning.wrong_type.json | 2 +- .../test_JSON/info.json/bad/info.true.json | 2 +- .../bad/info.txzchk_version.bad_value.json | 2 +- .../bad/info.txzchk_version.wrong_type.json | 2 +- .../bad/info.ungetc_warning.wrong_type.json | 2 +- .../bad/info.wordbuf_warning.wrong_type.json | 2 +- .../info.json/good/info.2-spaces.json | 67 +++++++++++++ .../good/info.abstract-with-encoded-NUL.json | 2 +- .../info.json/good/info.array-last.json | 2 +- .../info.json/good/info.empty-override.json | 2 +- .../test_JSON/info.json/good/info.good.json | 2 +- .../info.json/good/info.max-manifest.json | 2 +- .../info.json/good/info.min-manifest.json | 2 +- .../good/info.min-whitespace-nonl.json | 2 +- .../info.json/good/info.min-whitespace.json | 2 +- .../info.json/good/info.mixed-spacing.json | 67 +++++++++++++ .../info.json/good/info.no-indent.json | 67 +++++++++++++ .../info.json/good/info.quote-null.json | 2 +- .../info.json/good/info.reference.json | 2 +- .../info.json/good/info.simple-0.json | 2 +- .../info.json/good/info.simple-1.json | 2 +- .../test_JSON/info.json/good/info.sorted.json | 2 +- .../test_JSON/info.json/good/info.tabs.json | 67 +++++++++++++ .../test_JSON/info.json/good/info.test-0.json | 2 +- .../test_JSON/info.json/good/info.test-1.json | 2 +- 734 files changed, 1444 insertions(+), 726 deletions(-) create mode 100644 test_ioccc/test_JSON/auth.json/good/auth.2-spaces.json create mode 100644 test_ioccc/test_JSON/auth.json/good/auth.mixed-spacing.json create mode 100644 test_ioccc/test_JSON/auth.json/good/auth.sorted.no-indent.json create mode 100644 test_ioccc/test_JSON/auth.json/good/auth.tab-indent.json create mode 100644 test_ioccc/test_JSON/auth.json/good/auth.uuid.mixed-tabs-and-spaces.json create mode 100644 test_ioccc/test_JSON/info.json/good/info.2-spaces.json create mode 100644 test_ioccc/test_JSON/info.json/good/info.mixed-spacing.json create mode 100644 test_ioccc/test_JSON/info.json/good/info.no-indent.json create mode 100644 test_ioccc/test_JSON/info.json/good/info.tabs.json diff --git a/soup/version.h b/soup/version.h index d972b153b..cc6447283 100644 --- a/soup/version.h +++ b/soup/version.h @@ -81,7 +81,7 @@ /* * official mkiocccentry version */ -#define MKIOCCCENTRY_VERSION "1.0.7 2024-07-12" /* format: major.minor YYYY-MM-DD */ +#define MKIOCCCENTRY_VERSION "1.0.8 2024-08-23" /* format: major.minor YYYY-MM-DD */ /* * Version of info for JSON the .info.json file. diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.2-alt_url.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.2-alt_url.bad_value.json index 343a79bfb..79378bf6d 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.2-alt_url.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.2-alt_url.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.bad_value.json index 6d4beb043..bfbcd38e5 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "x.yy yyyy-mm-dd", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.wrong_type.json index 934f5a13d..4be4fffcb 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_auth_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : null, "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.bad_value.json index 59899668e..9bd0983aa 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCTEST", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.wrong_type.json index ba382b533..1e207fb1c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : null, "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.bad_value.json index 16b537d3d..e2f0815c0 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "123456-1234-4321-abcd-1234567890", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.wrong_type.json index 8b6a80313..8a4f58e95 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_contest_id.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : null, diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.bad_value.json index 80c1fd7cc..655ec280a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 12345, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.wrong_type.json index 49b8e96c9..c71b3a106 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.IOCCC_year.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : null, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.bad_value.json index 75edb048d..ddee5d89a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.wrong_type.json index ea6348dce..eee24f3c6 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.affiliation.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.alt_url.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.alt_url.bad_value.json index 2484cc8d8..b5aef42db 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.alt_url.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.alt_url.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.author_count.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.author_count.bad_value.json index bf69ee3f4..767d7b328 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.author_count.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.author_count.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.author_count.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.author_count.wrong_type.json index 732aeead3..1a0b8d9ff 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.author_count.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.author_count.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.bad_value.json index e57af47ed..100f1b5ab 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.wrong_type.json index e4a8d64bd..deae69291 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.author_handle.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.author_number.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.author_number.bad_value.json index 7f0d8de77..497f2700d 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.author_number.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.author_number.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.author_number.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.author_number.wrong_type.json index 9a8bb373c..f8f62c0cd 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.author_number.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.author_number.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-0.json b/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-0.json index fd4f14bda..3d4b4dbb0 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-0.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-1.json b/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-1.json index 88198b09d..5792af547 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-1.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-2.json b/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-2.json index 149123682..f7f904880 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-2.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.bad-comment-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.bad-null.json b/test_ioccc/test_JSON/auth.json/bad/auth.bad-null.json index db32891a1..bff1db5da 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.bad-null.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.bad-null.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.bad_value.json index 2aba16917..709d3609b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "x.y yyyy-mm-dd", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.wrong_type.json index 2c9e13bee..3610776cc 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.chkentry_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : null, "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-0.json b/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-0.json index f0d6983cd..fded625c6 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-0.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-1.json b/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-1.json index e9e84922a..610065798 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-1.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-2.json b/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-2.json index 6c3c4b9ce..da644a9d7 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-2.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.contest_id-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.count-0.json b/test_ioccc/test_JSON/auth.json/bad/auth.count-0.json index 8b7d6fcd1..bbdbf0d60 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.count-0.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.count-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.count-1.json b/test_ioccc/test_JSON/auth.json/bad/auth.count-1.json index 0ba209049..e969b57dc 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.count-1.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.count-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.count-2.json b/test_ioccc/test_JSON/auth.json/bad/auth.count-2.json index 0ba209049..e969b57dc 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.count-2.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.count-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.count-3.json b/test_ioccc/test_JSON/auth.json/bad/auth.count-3.json index 51642ca3b..49de625e1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.count-3.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.count-3.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.default_handle.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.default_handle.wrong_type.json index a87195621..12fec9429 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.default_handle.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.default_handle.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.email.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.email.bad_value.json index 40ee81160..73bb7ec38 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.email.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.email.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.email.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.email.wrong_type.json index 73224787a..ef0f1c7c6 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.email.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.email.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-0.json b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-0.json index 5b67c5816..5e9ee0d5b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-0.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-1.json b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-1.json index 05212d4ac..52a87bad6 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-1.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-2.json b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-2.json index 9dc9f2e3c..3cb75c416 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-2.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-3.json b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-3.json index 30fd33237..59da027b2 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-3.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num-3.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.bad_value.json index ff2dbb9dd..1d860d587 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.wrong_type.json index 5f11e2f73..41baa9809 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.entry_num.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.extra_field-2.json b/test_ioccc/test_JSON/auth.json/bad/auth.extra_field-2.json index 8db987059..9bdd10c85 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.extra_field-2.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.extra_field-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.bad_value.json index 55e2b4f9c..28bedaeb5 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "x.y yyyy-mm-dd", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.wrong_type.json index 19ca2435e..db4775d44 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.fnamchk_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : null, "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.bad_value.json index e24857c0e..69fddcfcb 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.wrong_type.json index c1ee23c98..1f47b79f6 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.bad_value.json index eb39bdd6e..cc34b5193 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.wrong_type.json index 5a53b2e86..5de46aecc 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.formed_timestamp_usec.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.github.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.github.bad_value.json index bd8139d9d..6eb612922 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.github.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.github.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.github.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.github.wrong_type.json index 143613c0c..7c61eb4d8 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.github.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.github.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.location_code.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.location_code.bad_value.json index 1764587b7..861364e49 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.location_code.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.location_code.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.location_code.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.location_code.wrong_type.json index dae8d8168..e72489297 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.location_code.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.location_code.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.max-authors0.json b/test_ioccc/test_JSON/auth.json/bad/auth.max-authors0.json index 07482a215..b0491204c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.max-authors0.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.max-authors0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.max-authors1.json b/test_ioccc/test_JSON/auth.json/bad/auth.max-authors1.json index 95caa8380..ad109c5e1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.max-authors1.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.max-authors1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.02.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.02.json index 7040728ec..33a92f614 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.02.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.02.json @@ -4,7 +4,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.03.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.03.json index 8a19f925e..1092e4f23 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.03.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.03.json @@ -4,7 +4,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.04.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.04.json index f6204fdd3..60cd69f12 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.04.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.04.json @@ -4,7 +4,7 @@ "IOCCC_contest" : "IOCCCMOCK", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.05.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.05.json index ddfa9ceeb..a8dd50d8e 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.05.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.05.json @@ -4,7 +4,7 @@ "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.06.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.06.json index f74825de1..713b170a4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.06.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.06.json @@ -3,8 +3,8 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.07.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.07.json index eee19debd..80b2ffef0 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.07.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.07.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.08.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.08.json index b9ec937fe..34a5adb87 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.08.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.08.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.09.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.09.json index 2bdb0ea20..c7ac85b9f 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.09.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.09.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.10.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.10.json index 9943f1433..e67b5219a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.10.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.10.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.11.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.11.json index d45a447be..0acba9ca6 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.11.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.11.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.12.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.12.json index 37bf6460b..678a38956 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.12.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.12.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.13.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.13.json index 947bb9b99..5168e606b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.13.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.13.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.16.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.16.json index 75a689c33..d27b77994 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.16.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.16.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.17.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.17.json index 2dccbece3..5ec4927fb 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.17.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.17.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.19.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.19.json index 57fb11e20..637add166 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.19.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.19.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.20.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.20.json index 9530b8e67..7db52ad72 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.20.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.20.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.21.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.21.json index d7f3c2ebd..4f4868228 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.21.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.21.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.22.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.22.json index 0eb939eda..1c26690ed 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.22.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.22.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.23.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.23.json index 9e7759f2b..f628dbb75 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.23.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.23.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.24.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.24.json index 6ee9aadaa..e26eaa793 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.24.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.24.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.25.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.25.json index bd2ed3bb1..b7229b24a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.25.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.25.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.26.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.26.json index 29588c514..bca3ed684 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.26.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.26.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.27fixed.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.27fixed.json index 538532638..98278a1d4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.27fixed.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.27fixed.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.30.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.30.json index 970e351b4..607462a8d 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.30.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.30.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.31.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.31.json index 64851f7bb..c38c68708 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.31.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.31.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.32.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.32.json index 85cfaeed4..8d743720b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.32.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.32.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.33.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.33.json index 5bb8e504a..cecc98c53 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.33.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.duplicate-line.33.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.formed_UTC-line.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.formed_UTC-line.json index 72465cc87..4a012d736 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.formed_UTC-line.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-author.json.formed_UTC-line.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min-whitespace.json b/test_ioccc/test_JSON/auth.json/bad/auth.min-whitespace.json index b45656ee5..203cfa590 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min-whitespace.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min-whitespace.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.7 2024-07-12","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.8 2024-08-23","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.bad_value.json index 7a0704252..f251c9740 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.wrong_type.json index dc8f95fbb..40d57812a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.min_timestamp.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.10.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.10.json index 04ea760ac..b6d4aead0 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.10.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.10.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "tarball" : "submit.test-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.11.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.11.json index 24b7965b9..8fa00cdc4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.11.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.11.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.12.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.12.json index 22d13d42b..b45693f8f 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.12.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.12.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.13.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.13.json index c464ad590..f216998da 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.13.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.13.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.14.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.14.json index aad96eec7..865d0e4e2 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.14.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.14.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.17.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.17.json index 65b05aa8b..7382273b1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.17.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.17.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.18.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.18.json index 9865306d4..e79ec3a7a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.18.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.18.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.2.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.2.json index 0b5e0048b..e8c112c6f 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.2.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.2.json @@ -2,7 +2,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.20.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.20.json index 44b911490..0f9e011eb 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.20.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.20.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.21.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.21.json index 4d1c29144..0b8059f9a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.21.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.21.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.22.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.22.json index 2ddef6bf7..cbdc067a9 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.22.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.22.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.23.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.23.json index be246cc00..95dd29996 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.23.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.23.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.24.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.24.json index 2d078760a..887036eaf 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.24.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.24.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.25.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.25.json index f52f9ad2a..a67651e03 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.25.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.25.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.26.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.26.json index 9c6869ee8..f3a3d517a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.26.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.26.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.27.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.27.json index cbed9d996..f928ca21a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.27.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.27.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.3.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.3.json index 0608846e1..acec7a5f1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.3.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.3.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.31.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.31.json index 1a6356265..bb63337b8 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.31.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.31.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.32.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.32.json index 8f59158d5..e11b40cda 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.32.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.32.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.34.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.34.json index 5c02a7284..b63522434 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.34.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.34.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.35.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.35.json index 856226b2b..a718201c2 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.35.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.35.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.36.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.36.json index 61a5e5458..14d28047b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.36.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.36.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.37.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.37.json index eafd9eb35..c4627e56d 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.37.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.37.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.38.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.38.json index 94425bdb5..6ba0930e0 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.38.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.38.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.39.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.39.json index a04582321..133e9d14c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.39.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.39.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.4.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.4.json index 0608846e1..acec7a5f1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.4.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.4.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.40.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.40.json index 919229407..c1c3118ad 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.40.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.40.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.41.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.41.json index a1dfd9bd4..bd89f1965 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.41.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.41.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.45.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.45.json index 5d0f3e2a7..8ade1c66a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.45.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.45.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.46.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.46.json index e644acb64..7353f212a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.46.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.46.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.48.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.48.json index 2ea1095a3..4269a1932 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.48.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.48.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.49.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.49.json index a4e0ee02a..9d262d47a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.49.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.49.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.5.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.5.json index 45e6f7c1d..2592382cb 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.5.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.5.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.50.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.50.json index e18734f4f..15aace10b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.50.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.50.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.51.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.51.json index 6abf5d420..39fd6339b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.51.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.51.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.52.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.52.json index 32b292569..98518bce5 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.52.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.52.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.53.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.53.json index ef042d548..a92c3df80 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.53.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.53.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.54.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.54.json index 05594272b..fc5c987a3 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.54.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.54.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.55.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.55.json index 5a205f790..b62d44dee 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.55.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.55.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.59.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.59.json index e26e84f1b..1eb1c587e 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.59.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.59.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.6.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.6.json index 0f8b645df..15e1f0bde 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.6.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.6.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.60.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.60.json index 81580d53b..f6e899ac4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.60.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.60.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.62.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.62.json index 4fd179caf..954c28f95 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.62.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.62.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.63.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.63.json index 47f6a1e31..da6c7ad05 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.63.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.63.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.64.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.64.json index 8a3714029..bf1fc5dc1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.64.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.64.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.65.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.65.json index a005ce737..c33724ae8 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.65.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.65.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.66.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.66.json index 437511a07..71d56e19f 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.66.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.66.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.67.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.67.json index a8a53bdcf..7dc187c99 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.67.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.67.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.68.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.68.json index 2d4c19710..9c6c0d36e 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.68.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.68.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.69.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.69.json index 23da0f2a6..5aa846d6e 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.69.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.69.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.73.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.73.json index 41ee3a438..700d0c974 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.73.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.73.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.76.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.76.json index 3e7ad2bac..8da92394c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.76.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.76.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.77.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.77.json index 76950c244..b671f84e4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.77.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.77.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.78.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.78.json index 3f9e2166e..99e6f8044 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.78.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.78.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.79.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.79.json index dab1f087e..e1f2e69af 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.79.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.79.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.8.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.8.json index 8b09f06e8..0d1ddd352 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.8.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.8.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", "tarball" : "submit.test-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.80.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.80.json index 7eb31bb75..90701bd01 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.80.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.80.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.81.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.81.json index b7e2a6b7c..c5866d9c4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.81.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.81.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.82.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.82.json index 0f015506e..23f3f5395 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.82.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.82.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.83.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.83.json index aea97e286..4d735851c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.83.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.83.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.87.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.87.json index 9d4709f85..30c776777 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.87.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.87.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.88.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.88.json index 291899242..8805d84f2 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.88.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.88.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.89.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.89.json index 167c9e35a..11a8fbd21 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.89.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.89.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.9.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.9.json index 7db9e0dfe..6b77b6b14 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.9.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.9.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "IOCCC_contest_id" : "test", "tarball" : "submit.test-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.90.json b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.90.json index 487145cae..e808c71eb 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.90.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.missing-line.90.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.name.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.name.bad_value.json index 6ba6a41f0..2e3501cc5 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.name.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.name.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.name.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.name.wrong_type.json index c6b4647d3..7d260c472 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.name.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.name.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.bad_value.json index e698f32f1..2e1429ed4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.wrong_type.json index d2e13f90a..def4408ff 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.no_comment.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.over-max-authors.json b/test_ioccc/test_JSON/auth.json/bad/auth.over-max-authors.json index f092c32d6..ada9b0871 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.over-max-authors.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.over-max-authors.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.past_winner.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.past_winner.wrong_type.json index ff76c0532..80fbedbb3 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.past_winner.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.past_winner.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.sorted.json b/test_ioccc/test_JSON/auth.json/bad/auth.sorted.json index d86d51bd6..3e8e17a7c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.sorted.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.sorted.json @@ -82,7 +82,7 @@ "IOCCC_year" : 2023, "chkentry_version" : "1.0.1 2024-03-02", "min_timestamp" : 1716103155, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz", "test_mode" : true, diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.tarball.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.tarball.bad_value.json index 1938d09b4..ba54be82f 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.tarball.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.tarball.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.tarball.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.tarball.wrong_type.json index 4a4a1a86a..e041143b4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.tarball.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.tarball.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.bad_value.json index 5d0d8cdbb..1663b89ca 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.wrong_type.json index 2b28d27ce..d31259ba4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.test_mode.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.bad_value.json index 3a8c924e5..801e8809e 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.wrong_type.json index d3d1505e2..9a0ac33ae 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.timestamp_epoch.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.twitter.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.twitter.bad_value.json index cde3c337a..d40b5e2c0 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.twitter.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.twitter.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.twitter.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.twitter.wrong_type.json index 797366d50..ef9d5ea53 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.twitter.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.twitter.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.url.bad_value.json b/test_ioccc/test_JSON/auth.json/bad/auth.url.bad_value.json index cbd165b62..fa5bdd81a 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.url.bad_value.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.url.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.url.wrong_type.json b/test_ioccc/test_JSON/auth.json/bad/auth.url.wrong_type.json index 5087d5b32..60955e8dd 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.url.wrong_type.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.url.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.uuid.json b/test_ioccc/test_JSON/auth.json/bad/auth.uuid.json index 6504e2c39..0296e68ff 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.uuid.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.uuid.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.version-0.json b/test_ioccc/test_JSON/auth.json/bad/auth.version-0.json index 7968bec32..3fbaf8d03 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.version-0.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.version-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.12", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.version-1.json b/test_ioccc/test_JSON/auth.json/bad/auth.version-1.json index 5206cd931..4e1a35d40 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.version-1.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.version-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.12-2022-03-15", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/auth.version-3.json b/test_ioccc/test_JSON/auth.json/bad/auth.version-3.json index 6e80bac89..ed215c3e4 100644 --- a/test_ioccc/test_JSON/auth.json/bad/auth.version-3.json +++ b/test_ioccc/test_JSON/auth.json/bad/auth.version-3.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "00.6 2022-03-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.02.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.02.json index 1ff091f79..93126f107 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.02.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.02.json @@ -2,7 +2,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.03.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.03.json index 9e37c634c..a0bc9a762 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.03.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.03.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.04.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.04.json index 01e5f9596..af2a1df17 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.04.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.04.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.05.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.05.json index 89c7a3be2..1605fc4fa 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.05.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.05.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.07.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.07.json index 65d70dc1d..a9b7262dc 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.07.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.07.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.08.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.08.json index f8674b1c0..841e095b5 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.08.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.08.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.09.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.09.json index ab9bb6e67..9c55cc423 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.09.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.09.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.10.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.10.json index db3901f81..7500c1bf8 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.10.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.10.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.11.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.11.json index fe71b3fc8..17cba702e 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.11.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.11.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.12.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.12.json index c00c74e0c..393e543f2 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.12.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.12.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.13.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.13.json index 2b90fdc81..2cc444bee 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.13.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.13.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.16.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.16.json index 09e8a1c42..728784548 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.16.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.16.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.17.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.17.json index fdf6a3ac5..29cffc6a7 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.17.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.17.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.19.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.19.json index 2c3c63e3e..0681fff26 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.19.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.19.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.20.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.20.json index 52383bfed..966c79f66 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.20.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.20.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.21.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.21.json index dd8e630a3..028ef769c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.21.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.21.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.22.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.22.json index cbab026c2..18af5c34c 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.22.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.22.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.23.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.23.json index 4e32c1309..546dd81f2 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.23.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.23.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.24.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.24.json index 4ba200423..cf5383d66 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.24.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.24.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.25.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.25.json index 01074bc89..02ff40b7b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.25.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.25.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.26.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.26.json index a95c838b1..bbed4c5e1 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.26.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.26.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.27fixed.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.27fixed.json index 2261ba602..4fc984291 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.27fixed.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.27fixed.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.30.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.30.json index 6547a4f41..188c2f6a7 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.30.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.30.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.31.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.31.json index 266a0549a..d4a8e1837 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.31.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.31.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.32.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.32.json index 4dcc3a168..ec7985a7b 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.32.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.32.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.33.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.33.json index fdfc37c52..5c33745b9 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.33.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.33.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.34fixed.json b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.34fixed.json index 577119536..bc52e5990 100644 --- a/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.34fixed.json +++ b/test_ioccc/test_JSON/auth.json/bad/info.min-author.missing-line.34fixed.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.2-spaces.json b/test_ioccc/test_JSON/auth.json/good/auth.2-spaces.json new file mode 100644 index 000000000..ceea13eab --- /dev/null +++ b/test_ioccc/test_JSON/auth.json/good/auth.2-spaces.json @@ -0,0 +1,90 @@ + { + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", + "IOCCC_auth_version" : "1.22 2024-05-18", + "IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, + "mkiocccentry_version" : "1.0.8 2024-08-23", + "chkentry_version" : "1.0.1 2024-03-02", + "fnamchk_version" : "1.0.2 2024-05-15", + "IOCCC_contest_id" : "test", + "tarball" : "submit.test-0.1716103155.txz", + "submit_slot" : 0, + "author_count" : 5, + "test_mode" : true, + "authors" : [ + { + "name" : "author0 middle0 thisisaveryverylonglastname0", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/a.host0.example.com\/index.html", + "alt_url" : "https:\/\/b.host0.example.com\/index.html", + "mastodon" : "@mastodon0@example.com", + "github" : "@github0", + "affiliation" : "an affiliation for #0 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "author0_middle0_thisisaveryveryl", + "author_number" : 0 + }, + { + "name" : "author1 middle1a middle1b last1", + "location_code" : "UK", + "email" : null, + "url" : null, + "alt_url" : null, + "mastodon" : null, + "github" : null, + "affiliation" : null, + "past_winning_author" : false, + "default_handle" : false, + "author_handle" : "replaced-author1-handle", + "author_number" : 1 + }, + { + "name" : "Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2", + "location_code" : "US", + "email" : "user2@example.com", + "url" : "http:\/\/c.host2.example.com\/index.html", + "alt_url" : "http:\/\/d.host2.example.com\/index.html", + "mastodon" : "@mastodon2@example.com", + "github" : "@github2", + "affiliation" : "an affiliation for #2 author", + "past_winning_author" : true, + "default_handle" : true, + "author_handle" : "author2_acfo_last2", + "author_number" : 2 + }, + { + "name" : "author3 middle3 last3", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/e.host0.example.com\/index.html", + "alt_url" : "https:\/\/f.host0.example.com\/index.html", + "mastodon" : "@mastodon3@example.com", + "github" : "@github3", + "affiliation" : "an affiliation for #3 author", + "past_winning_author" : true, + "default_handle" : false, + "author_handle" : "author3_last3", + "author_number" : 3 + }, + { + "name" : "@#$%^", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/g.host0.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon4@example.com", + "github" : "@github4", + "affiliation" : "an affiliation for #4 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "jrandom+5af89d19308010a8481f79d", + "author_number" : 4 + } + ], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 506171, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 + } diff --git a/test_ioccc/test_JSON/auth.json/good/auth.auth1-full.json b/test_ioccc/test_JSON/auth.json/good/auth.auth1-full.json index 7ccfecfa3..e1ecf8aef 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.auth1-full.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.auth1-full.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.auth1-null.json b/test_ioccc/test_JSON/auth.json/good/auth.auth1-null.json index 0ae134ed6..719066ac4 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.auth1-null.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.auth1-null.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.auth5-full.json b/test_ioccc/test_JSON/auth.json/good/auth.auth5-full.json index ba7df694a..27bc6864b 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.auth5-full.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.auth5-full.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.auth5-null.json b/test_ioccc/test_JSON/auth.json/good/auth.auth5-null.json index b6c58de47..e1fe9412d 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.auth5-null.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.auth5-null.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.default.json b/test_ioccc/test_JSON/auth.json/good/auth.default.json index 53ad7954a..854437769 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.default.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.default.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.max-authors0.json b/test_ioccc/test_JSON/auth.json/good/auth.max-authors0.json index a73b5f4c0..e65e18180 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.max-authors0.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.max-authors0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.max-authors1.json b/test_ioccc/test_JSON/auth.json/good/auth.max-authors1.json index 270e17251..2c509bc37 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.max-authors1.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.max-authors1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.min-author.json b/test_ioccc/test_JSON/auth.json/good/auth.min-author.json index e0e05678c..20e4cd7d5 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.min-author.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.min-author.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.min-authors0.json b/test_ioccc/test_JSON/auth.json/good/auth.min-authors0.json index e0e05678c..20e4cd7d5 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.min-authors0.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.min-authors0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.min-authors1.json b/test_ioccc/test_JSON/auth.json/good/auth.min-authors1.json index 816fa9e6c..c377e6dba 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.min-authors1.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.min-authors1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace-nonl.json b/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace-nonl.json index e1c143c3e..fc13d788c 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace-nonl.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace-nonl.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.7 2024-07-12","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":false,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"alt_url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","alt_url":null,"mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.8 2024-08-23","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":false,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"alt_url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","alt_url":null,"mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file diff --git a/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace.json b/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace.json index a77189881..e04e1fa32 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.min-whitespace.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.7 2024-07-12","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"test","tarball":"submit.test-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"alt_url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","alt_url":null,"mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.8 2024-08-23","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"test","tarball":"submit.test-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"alt_url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","alt_url":null,"mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","alt_url":null,"mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} diff --git a/test_ioccc/test_JSON/auth.json/good/auth.mininfo-0.json b/test_ioccc/test_JSON/auth.json/good/auth.mininfo-0.json index cf40778d0..f479b99e9 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.mininfo-0.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.mininfo-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.mixed-spacing.json b/test_ioccc/test_JSON/auth.json/good/auth.mixed-spacing.json new file mode 100644 index 000000000..f49e83e89 --- /dev/null +++ b/test_ioccc/test_JSON/auth.json/good/auth.mixed-spacing.json @@ -0,0 +1,90 @@ +{ + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", +"IOCCC_auth_version" : "1.22 2024-05-18", +"IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, +"mkiocccentry_version" : "1.0.8 2024-08-23", + "chkentry_version" : "1.0.1 2024-03-02", +"fnamchk_version" : "1.0.2 2024-05-15", +"IOCCC_contest_id" : "test", +"tarball" : "submit.test-0.1716103155.txz", +"submit_slot" : 0, +"author_count" : 5, +"test_mode" : true, +"authors" : [ +{ + "name" : "author0 middle0 thisisaveryverylonglastname0", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/a.host0.example.com\/index.html", + "alt_url" : "https:\/\/b.host0.example.com\/index.html", + "mastodon" : "@mastodon0@example.com", + "github" : "@github0", + "affiliation" : "an affiliation for #0 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "author0_middle0_thisisaveryveryl", + "author_number" : 0 +}, +{ + "name" : "author1 middle1a middle1b last1", + "location_code" : "UK", + "email" : null, + "url" : null, + "alt_url" : null, + "mastodon" : null, + "github" : null, + "affiliation" : null, + "past_winning_author" : false, + "default_handle" : false, + "author_handle" : "replaced-author1-handle", + "author_number" : 1 +}, +{ + "name" : "Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2", + "location_code" : "US", + "email" : "user2@example.com", + "url" : "http:\/\/c.host2.example.com\/index.html", + "alt_url" : "http:\/\/d.host2.example.com\/index.html", + "mastodon" : "@mastodon2@example.com", + "github" : "@github2", + "affiliation" : "an affiliation for #2 author", + "past_winning_author" : true, + "default_handle" : true, + "author_handle" : "author2_acfo_last2", + "author_number" : 2 +}, +{ + "name" : "author3 middle3 last3", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/e.host0.example.com\/index.html", + "alt_url" : "https:\/\/f.host0.example.com\/index.html", + "mastodon" : "@mastodon3@example.com", + "github" : "@github3", + "affiliation" : "an affiliation for #3 author", + "past_winning_author" : true, + "default_handle" : false, + "author_handle" : "author3_last3", + "author_number" : 3 +}, +{ + "name" : "@#$%^", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/g.host0.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon4@example.com", + "github" : "@github4", + "affiliation" : "an affiliation for #4 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "jrandom+5af89d19308010a8481f79d", + "author_number" : 4 +} +], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 506171, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 +} diff --git a/test_ioccc/test_JSON/auth.json/good/auth.reference.json b/test_ioccc/test_JSON/auth.json/good/auth.reference.json index 684e9e265..79add3dfe 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.reference.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.reference.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.simple-0.json b/test_ioccc/test_JSON/auth.json/good/auth.simple-0.json index d41db816b..479c6854d 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.simple-0.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.simple-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.simple-1.json b/test_ioccc/test_JSON/auth.json/good/auth.simple-1.json index 70d753b12..35272cba9 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.simple-1.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.simple-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.sorted.json b/test_ioccc/test_JSON/auth.json/good/auth.sorted.json index f61650d1b..b868d981f 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.sorted.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.sorted.json @@ -82,7 +82,7 @@ "IOCCC_year" : 2024, "chkentry_version" : "1.0.1 2024-03-02", "min_timestamp" : 1716103155, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "tarball" : "submit.test-0.1716103155.txz", "test_mode" : true, diff --git a/test_ioccc/test_JSON/auth.json/good/auth.sorted.no-indent.json b/test_ioccc/test_JSON/auth.json/good/auth.sorted.no-indent.json new file mode 100644 index 000000000..4e7aa6efc --- /dev/null +++ b/test_ioccc/test_JSON/auth.json/good/auth.sorted.no-indent.json @@ -0,0 +1,90 @@ +{ +"IOCCC_auth_version":"1.22 2024-05-18", +"IOCCC_contest_id":"test", +"authors":[ +{ +"name":"author0 middle0 thisisaveryverylonglastname0", +"location_code":"AU", +"email":"user0@example.com", +"url":"https:\/\/a.host0.example.com\/index.html", +"alt_url":"https:\/\/b.host0.example.com\/index.html", +"mastodon":"@mastodon0@example.com", +"github":"@github0", +"affiliation":"an affiliation for #0 author", +"past_winning_author":false, +"default_handle":true, +"author_handle":"author0_middle0_thisisaveryveryl", +"author_number":0 +}, +{ +"name":"author1 middle1a middle1b last1", +"location_code":"UK", +"email":null, +"url":null, +"alt_url":null, +"mastodon":null, +"github":null, +"affiliation":null, +"past_winning_author":false, +"default_handle":false, +"author_handle":"replaced-author1-handle", +"author_number":1 +}, +{ +"name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2", +"location_code":"US", +"email":"user2@example.com", +"url":"http:\/\/a.host2.example.com\/index.html", +"alt_url":"http:\/\/b.host2.example.com\/index.html", +"mastodon":"@mastodon2@example.com", +"github":"@github2", +"affiliation":"an affiliation for #2 author", +"past_winning_author":true, +"default_handle":true, +"author_handle":"author2_acfo_last2", +"author_number":2 +}, +{ +"name":"author3 middle3 last3", +"location_code":"AU", +"email":"user0@example.com", +"url":"https:\/\/a.host0.example.com\/index.html", +"alt_url":null, +"mastodon":"@mastodon3@example.com", +"github":"@github3", +"affiliation":"an affiliation for #3 author", +"past_winning_author":true, +"default_handle":false, +"author_handle":"author3_last3", +"author_number":3 +}, +{ +"name":"@#$%^", +"location_code":"AU", +"email":"user0@example.com", +"url":"https:\/\/host0.example.com\/index.html", +"alt_url":null, +"mastodon":"@mastodon4@example.com", +"github":"@github4", +"affiliation":"an affiliation for #4 author", +"past_winning_author":false, +"default_handle":true, +"author_handle":"jrandom+5af89d19308010a8481f79d", +"author_number":4 +} +], +"author_count":5, +"submit_slot":0, +"fnamchk_version":"1.0.2 2024-05-15", +"formed_timestamp":1716103155, +"formed_timestamp_usec":506171, +"IOCCC_contest":"IOCCC28", +"IOCCC_year":2024, +"chkentry_version":"1.0.1 2024-03-02", +"min_timestamp":1716103155, +"mkiocccentry_version":"1.0.8 2024-08-23", +"no_comment":"mandatory comment: because comments were removed from the original JSON spec", +"tarball":"submit.test-0.1716103155.txz", +"test_mode":true, +"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC" +} diff --git a/test_ioccc/test_JSON/auth.json/good/auth.tab-indent.json b/test_ioccc/test_JSON/auth.json/good/auth.tab-indent.json new file mode 100644 index 000000000..8eded0db5 --- /dev/null +++ b/test_ioccc/test_JSON/auth.json/good/auth.tab-indent.json @@ -0,0 +1,90 @@ + { + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", + "IOCCC_auth_version" : "1.22 2024-05-18", + "IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, + "mkiocccentry_version" : "1.0.8 2024-08-23", + "chkentry_version" : "1.0.1 2024-03-02", + "fnamchk_version" : "1.0.2 2024-05-15", + "IOCCC_contest_id" : "test", + "tarball" : "submit.test-0.1716103155.txz", + "submit_slot" : 0, + "author_count" : 5, + "test_mode" : true, + "authors" : [ + { + "name" : "author0 middle0 thisisaveryverylonglastname0", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/a.host0.example.com\/index.html", + "alt_url" : "https:\/\/b.host0.example.com\/index.html", + "mastodon" : "@mastodon0@example.com", + "github" : "@github0", + "affiliation" : "an affiliation for #0 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "author0_middle0_thisisaveryveryl", + "author_number" : 0 + }, + { + "name" : "author1 middle1a middle1b last1", + "location_code" : "UK", + "email" : null, + "url" : null, + "alt_url" : null, + "mastodon" : null, + "github" : null, + "affiliation" : null, + "past_winning_author" : false, + "default_handle" : false, + "author_handle" : "replaced-author1-handle", + "author_number" : 1 + }, + { + "name" : "Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2", + "location_code" : "US", + "email" : "user2@example.com", + "url" : "http:\/\/c.host2.example.com\/index.html", + "alt_url" : "http:\/\/d.host2.example.com\/index.html", + "mastodon" : "@mastodon2@example.com", + "github" : "@github2", + "affiliation" : "an affiliation for #2 author", + "past_winning_author" : true, + "default_handle" : true, + "author_handle" : "author2_acfo_last2", + "author_number" : 2 + }, + { + "name" : "author3 middle3 last3", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/e.host0.example.com\/index.html", + "alt_url" : "https:\/\/f.host0.example.com\/index.html", + "mastodon" : "@mastodon3@example.com", + "github" : "@github3", + "affiliation" : "an affiliation for #3 author", + "past_winning_author" : true, + "default_handle" : false, + "author_handle" : "author3_last3", + "author_number" : 3 + }, + { + "name" : "@#$%^", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/g.host0.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon4@example.com", + "github" : "@github4", + "affiliation" : "an affiliation for #4 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "jrandom+5af89d19308010a8481f79d", + "author_number" : 4 + } + ], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 506171, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 + } diff --git a/test_ioccc/test_JSON/auth.json/good/auth.uuid.json b/test_ioccc/test_JSON/auth.json/good/auth.uuid.json index 102519f03..16f2fd90b 100644 --- a/test_ioccc/test_JSON/auth.json/good/auth.uuid.json +++ b/test_ioccc/test_JSON/auth.json/good/auth.uuid.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/auth.json/good/auth.uuid.mixed-tabs-and-spaces.json b/test_ioccc/test_JSON/auth.json/good/auth.uuid.mixed-tabs-and-spaces.json new file mode 100644 index 000000000..ff5d6a902 --- /dev/null +++ b/test_ioccc/test_JSON/auth.json/good/auth.uuid.mixed-tabs-and-spaces.json @@ -0,0 +1,90 @@ +{ + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", + "IOCCC_auth_version" : "1.22 2024-05-18", + "IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, + "mkiocccentry_version" : "1.0.8 2024-08-23", + "chkentry_version" : "1.0.1 2024-03-02", + "fnamchk_version" : "1.0.2 2024-05-15", + "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", + "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz", + "submit_slot" : 0, + "author_count" : 5, + "test_mode" : false, + "authors" : [ + { + "name" : "author0 middle0 thisisaveryverylonglastname0", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/host0.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon0@example.com", + "github" : "@github0", + "affiliation" : "an affiliation for #0 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "author0_middle0_thisisaveryveryl", + "author_number" : 0 + }, + { + "name" : "author1 middle1a middle1b last1", + "location_code" : "UK", + "email" : null, + "url" : null, + "alt_url" : null, + "mastodon" : null, + "github" : null, + "affiliation" : null, + "past_winning_author" : false, + "default_handle" : false, + "author_handle" : "replaced-author1-handle", + "author_number" : 1 + }, + { + "name" : "Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2", + "location_code" : "US", + "email" : "user2@example.com", + "url" : "http:\/\/host2.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon2@example.com", + "github" : "@github2", + "affiliation" : "an affiliation for #2 author", + "past_winning_author" : true, + "default_handle" : true, + "author_handle" : "author2_acfo_last2", + "author_number" : 2 + }, + { + "name" : "author3 middle3 last3", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/host0.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon3@example.com", + "github" : "@github3", + "affiliation" : "an affiliation for #3 author", + "past_winning_author" : true, + "default_handle" : false, + "author_handle" : "author3_last3", + "author_number" : 3 + }, + { + "name" : "@#$%^", + "location_code" : "AU", + "email" : "user0@example.com", + "url" : "https:\/\/host0.example.com\/index.html", + "alt_url" : null, + "mastodon" : "@mastodon4@example.com", + "github" : "@github4", + "affiliation" : "an affiliation for #4 author", + "past_winning_author" : false, + "default_handle" : true, + "author_handle" : "jrandom+5af89d19308010a8481f79d", + "author_number" : 4 + } + ], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 506171, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 +} diff --git a/test_ioccc/test_JSON/general.json/bad/auth.extra_field-0.json b/test_ioccc/test_JSON/general.json/bad/auth.extra_field-0.json index 946f54314..e10dd2191 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.extra_field-0.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.extra_field-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.extra_field-1.json b/test_ioccc/test_JSON/general.json/bad/auth.extra_field-1.json index ed53a89e2..1499cba60 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.extra_field-1.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.extra_field-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-0.json b/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-0.json index dd011b375..960144e26 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-0.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-1.json b/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-1.json index e5f6361c2..1dd6b455a 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-1.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-2.json b/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-2.json index a7a86b298..866c2d034 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-2.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.invalid-array-and-fields-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.merged_author.json b/test_ioccc/test_JSON/general.json/bad/auth.merged_author.json index 90c991a72..f019ec9d6 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.merged_author.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.merged_author.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.01.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.01.json index b400f96a0..87055c323 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.01.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.01.json @@ -4,7 +4,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.14.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.14.json index f1953d66b..6bf14f539 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.14.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.14.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.15.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.15.json index 9aa83be3a..065fcdb0a 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.15.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.15.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.27.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.27.json index 7461f0dc6..f4c109d1b 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.27.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.27.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.28.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.28.json index f24f18159..ceed47fd0 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.28.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.28.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.29.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.29.json index 511f78f19..1df53c940 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.29.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.29.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.35.json b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.35.json index ce84e63e5..5e1a15b88 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.35.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.min-author.json.duplicate-line.35.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.1.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.1.json index dcb8841b0..89d8b229b 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.1.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.1.json @@ -2,7 +2,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.15.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.15.json index 44dd808de..a371a5380 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.15.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.15.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.16.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.16.json index ccebb81c5..0a8669f0f 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.16.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.16.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.28.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.28.json index 99f208e80..47f077270 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.28.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.28.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.29.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.29.json index 5954116f0..a0bd45706 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.29.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.29.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.30.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.30.json index a3b45c00c..abaabef03 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.30.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.30.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.42.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.42.json index bb18dbe67..9d7beb923 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.42.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.42.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.43.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.43.json index d53802bd1..4de7fffee 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.43.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.43.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.44.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.44.json index f66e7d94c..74067a4c7 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.44.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.44.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.56.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.56.json index b66888b0f..b76adbf8d 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.56.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.56.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.57.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.57.json index 3030cfb59..5e314aea3 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.57.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.57.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.58.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.58.json index 520ab34be..838e1c068 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.58.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.58.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.70.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.70.json index 9f7e3b714..27a1f5722 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.70.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.70.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.71.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.71.json index b11f717ac..ad0773dcc 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.71.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.71.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.72.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.72.json index e8ce8eefe..582cc303a 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.72.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.72.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.84.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.84.json index 13fe85fe4..270427ae6 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.84.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.84.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.85.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.85.json index fee402bd8..7036ab5ad 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.85.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.85.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.86.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.86.json index f609cb7a9..06cc1a3cd 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.86.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.86.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.91.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.91.json index e0f7460af..2c90b29ab 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.91.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.91.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.92.json b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.92.json index 8f8c4d17f..4db86f72e 100644 --- a/test_ioccc/test_JSON/general.json/bad/auth.missing-line.92.json +++ b/test_ioccc/test_JSON/general.json/bad/auth.missing-line.92.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/bad/info.NUL.json b/test_ioccc/test_JSON/general.json/bad/info.NUL.json index 8704dcfbea3518e03c83c5e1b9c2d0f9cb5d27d4..6007fa8b9775d7fe7ff3178865bbb8a27c1f5126 100644 GIT binary patch delta 23 fcmcc4eVu#4BOVI{BLgE7T>}eUBjb(lUa|lHVO0ng delta 23 fcmcc4eVu#4BOY@FBLgE7T?2DnL!*uFUa|lHVKN93 diff --git a/test_ioccc/test_JSON/general.json/bad/info.extra-quote.json b/test_ioccc/test_JSON/general.json/bad/info.extra-quote.json index 49596acc1..5c08226f1 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.extra-quote.json +++ b/test_ioccc/test_JSON/general.json/bad/info.extra-quote.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-1.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-1.json index 1f8c34602..c6fa95dec 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-1.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-13.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-13.json index fc29a5551..f4e7487a0 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-13.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-13.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-24.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-24.json index 8936f9de3..66cd71752 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-24.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-24.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-25.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-25.json index 242f75062..b27f1d378 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-25.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-25.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-26.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-26.json index 147f4ace7..c56a92a68 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-26.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-26.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-7.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-7.json index 8398bf12f..553251565 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-7.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-7.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.manifest-8.json b/test_ioccc/test_JSON/general.json/bad/info.manifest-8.json index 0247b5a1a..71b54755b 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.manifest-8.json +++ b/test_ioccc/test_JSON/general.json/bad/info.manifest-8.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.01.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.01.json index 6d8c6a784..073ad87d0 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.01.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.01.json @@ -2,7 +2,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.14.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.14.json index 70a0b81ca..d919837fe 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.14.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.14.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.15.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.15.json index 1865c491f..bc6d20fc8 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.15.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.15.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.27.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.27.json index 1887dba9c..d64f64bc0 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.27.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.27.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.28.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.28.json index 09863194c..ffd30f11b 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.28.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.28.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.29.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.29.json index 5da835b38..c145b0493 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.29.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.29.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.34.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.34.json index 0a0f89188..eae23cb8b 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.34.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.34.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.35.json b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.35.json index 50dfd108f..34ce2c92d 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.35.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-author.missing-line.35.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.01.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.01.json index 33d06a571..5b957e558 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.01.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.01.json @@ -4,7 +4,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.34.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.34.json index 8fe30e27e..a960d016c 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.34.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.34.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.39.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.39.json index 15bb1ea0e..d65cb3675 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.39.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.39.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.40.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.40.json index 7e7ea2fce..bef210ca8 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.40.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.40.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.46.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.46.json index 7b0e1b73e..9ad738645 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.46.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.duplicate-line.46.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.01.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.01.json index 442e388f3..74fdb000d 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.01.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.01.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.34.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.34.json index 4d0c25683..03a6a470d 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.34.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.34.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.39.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.39.json index a6671586c..0e792e7de 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.39.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.39.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.40.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.40.json index e79f2894e..d35d9ca37 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.40.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.40.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.45.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.45.json index e33368bb1..a7f08f2e7 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.45.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.45.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.46.json b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.46.json index f454475d9..268f11ba4 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.46.json +++ b/test_ioccc/test_JSON/general.json/bad/info.min-manifest.missing-line.46.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.missing-line.1.json b/test_ioccc/test_JSON/general.json/bad/info.missing-line.1.json index 36c87ce3a..e02fcfb3f 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.missing-line.1.json +++ b/test_ioccc/test_JSON/general.json/bad/info.missing-line.1.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.missing-line.35.json b/test_ioccc/test_JSON/general.json/bad/info.missing-line.35.json index 2fbe2bd4e..63dea80f0 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.missing-line.35.json +++ b/test_ioccc/test_JSON/general.json/bad/info.missing-line.35.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.missing-line.44.json b/test_ioccc/test_JSON/general.json/bad/info.missing-line.44.json index 3baea338c..559b39258 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.missing-line.44.json +++ b/test_ioccc/test_JSON/general.json/bad/info.missing-line.44.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.missing-line.45.json b/test_ioccc/test_JSON/general.json/bad/info.missing-line.45.json index 38051fbdb..6926b75e0 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.missing-line.45.json +++ b/test_ioccc/test_JSON/general.json/bad/info.missing-line.45.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.missing-line.50.json b/test_ioccc/test_JSON/general.json/bad/info.missing-line.50.json index 8761e0ef7..209905bd7 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.missing-line.50.json +++ b/test_ioccc/test_JSON/general.json/bad/info.missing-line.50.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.missing-line.51.json b/test_ioccc/test_JSON/general.json/bad/info.missing-line.51.json index c2b64d074..1736a2970 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.missing-line.51.json +++ b/test_ioccc/test_JSON/general.json/bad/info.missing-line.51.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.number.json b/test_ioccc/test_JSON/general.json/bad/info.number.json index 459fe3bb5..d917fd679 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.number.json +++ b/test_ioccc/test_JSON/general.json/bad/info.number.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.sorted.json b/test_ioccc/test_JSON/general.json/bad/info.sorted.json index 1314621e0..fca8167ea 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.sorted.json +++ b/test_ioccc/test_JSON/general.json/bad/info.sorted.json @@ -28,7 +28,7 @@ "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "min_timestamp" : 1716103155, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "nul_warning" : false, "rule_2a_mismatch" : false, "rule_2a_override" : false, diff --git a/test_ioccc/test_JSON/general.json/bad/info.string.1.json b/test_ioccc/test_JSON/general.json/bad/info.string.1.json index 382303e61..4aa050ede 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.string.1.json +++ b/test_ioccc/test_JSON/general.json/bad/info.string.1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.string.2.json b/test_ioccc/test_JSON/general.json/bad/info.string.2.json index 2e397987b..455951510 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.string.2.json +++ b/test_ioccc/test_JSON/general.json/bad/info.string.2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.string.3.json b/test_ioccc/test_JSON/general.json/bad/info.string.3.json index 1149f0821..7aa5c368c 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.string.3.json +++ b/test_ioccc/test_JSON/general.json/bad/info.string.3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.string.4.json b/test_ioccc/test_JSON/general.json/bad/info.string.4.json index dfea63527..40dd2bed5 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.string.4.json +++ b/test_ioccc/test_JSON/general.json/bad/info.string.4.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/bad/info.unnamed-array.json b/test_ioccc/test_JSON/general.json/bad/info.unnamed-array.json index 37c30039f..b9e0f3765 100644 --- a/test_ioccc/test_JSON/general.json/bad/info.unnamed-array.json +++ b/test_ioccc/test_JSON/general.json/bad/info.unnamed-array.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/auth.bad-comment-0.json b/test_ioccc/test_JSON/general.json/good/auth.bad-comment-0.json index 55cdea2a6..0311a42cb 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.bad-comment-0.json +++ b/test_ioccc/test_JSON/general.json/good/auth.bad-comment-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.bad-comment-1.json b/test_ioccc/test_JSON/general.json/good/auth.bad-comment-1.json index d8b44b0ba..80d87fbd3 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.bad-comment-1.json +++ b/test_ioccc/test_JSON/general.json/good/auth.bad-comment-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.bad-comment-2.json b/test_ioccc/test_JSON/general.json/good/auth.bad-comment-2.json index aad49bbd3..c5a22ddbb 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.bad-comment-2.json +++ b/test_ioccc/test_JSON/general.json/good/auth.bad-comment-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.bad-null.json b/test_ioccc/test_JSON/general.json/good/auth.bad-null.json index 1adc328e7..843e4d3b4 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.bad-null.json +++ b/test_ioccc/test_JSON/general.json/good/auth.bad-null.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.contest_id-0.json b/test_ioccc/test_JSON/general.json/good/auth.contest_id-0.json index 1eadfcea4..fe077b40d 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.contest_id-0.json +++ b/test_ioccc/test_JSON/general.json/good/auth.contest_id-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.contest_id-1.json b/test_ioccc/test_JSON/general.json/good/auth.contest_id-1.json index ab0999933..a995d1a0b 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.contest_id-1.json +++ b/test_ioccc/test_JSON/general.json/good/auth.contest_id-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.contest_id-2.json b/test_ioccc/test_JSON/general.json/good/auth.contest_id-2.json index 5d0da1dd0..19a5d12a1 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.contest_id-2.json +++ b/test_ioccc/test_JSON/general.json/good/auth.contest_id-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/good/auth.count-0.json b/test_ioccc/test_JSON/general.json/good/auth.count-0.json index e557f59d1..1f6b34d6c 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.count-0.json +++ b/test_ioccc/test_JSON/general.json/good/auth.count-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.count-1.json b/test_ioccc/test_JSON/general.json/good/auth.count-1.json index 66753bb4a..840f760b4 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.count-1.json +++ b/test_ioccc/test_JSON/general.json/good/auth.count-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.count-2.json b/test_ioccc/test_JSON/general.json/good/auth.count-2.json index 66753bb4a..840f760b4 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.count-2.json +++ b/test_ioccc/test_JSON/general.json/good/auth.count-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.count-3.json b/test_ioccc/test_JSON/general.json/good/auth.count-3.json index a8fad7446..090ff0fc9 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.count-3.json +++ b/test_ioccc/test_JSON/general.json/good/auth.count-3.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.entry_num-0.json b/test_ioccc/test_JSON/general.json/good/auth.entry_num-0.json index 4b7d745be..c47df6a78 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.entry_num-0.json +++ b/test_ioccc/test_JSON/general.json/good/auth.entry_num-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.entry_num-1.json b/test_ioccc/test_JSON/general.json/good/auth.entry_num-1.json index 8f4d1c26a..f3f77688a 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.entry_num-1.json +++ b/test_ioccc/test_JSON/general.json/good/auth.entry_num-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.entry_num-2.json b/test_ioccc/test_JSON/general.json/good/auth.entry_num-2.json index 16f1cf211..fd6f2f844 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.entry_num-2.json +++ b/test_ioccc/test_JSON/general.json/good/auth.entry_num-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.entry_num-3.json b/test_ioccc/test_JSON/general.json/good/auth.entry_num-3.json index 3a77ce8cc..27cf75773 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.entry_num-3.json +++ b/test_ioccc/test_JSON/general.json/good/auth.entry_num-3.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.extra_field-2.json b/test_ioccc/test_JSON/general.json/good/auth.extra_field-2.json index 2b1a05523..c5ec4053a 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.extra_field-2.json +++ b/test_ioccc/test_JSON/general.json/good/auth.extra_field-2.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.max-authors0.json b/test_ioccc/test_JSON/general.json/good/auth.max-authors0.json index 9938691c8..59a8434d0 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.max-authors0.json +++ b/test_ioccc/test_JSON/general.json/good/auth.max-authors0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/good/auth.max-authors1.json b/test_ioccc/test_JSON/general.json/good/auth.max-authors1.json index 10e7d2741..75cf125be 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.max-authors1.json +++ b/test_ioccc/test_JSON/general.json/good/auth.max-authors1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/good/auth.min-whitespace-nonl.json b/test_ioccc/test_JSON/general.json/good/auth.min-whitespace-nonl.json index 45d6efd6f..c784ff387 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.min-whitespace-nonl.json +++ b/test_ioccc/test_JSON/general.json/good/auth.min-whitespace-nonl.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.20 2024-03-02","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.7 2024-07-12","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.20 2024-03-02","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.8 2024-08-23","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file diff --git a/test_ioccc/test_JSON/general.json/good/auth.min-whitespace.json b/test_ioccc/test_JSON/general.json/good/auth.min-whitespace.json index ec6873d89..fa7d91a1d 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.min-whitespace.json +++ b/test_ioccc/test_JSON/general.json/good/auth.min-whitespace.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.20 2024-03-02","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.7 2024-07-12","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.20 2024-03-02","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.8 2024-08-23","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":true,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0@example.com","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2@example.com","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3@example.com","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4@example.com","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.10.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.10.json index eea12d1ab..0b7697270 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.10.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.10.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "tarball" : "submit.test-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.11.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.11.json index 528c21ad4..c18b35da4 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.11.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.11.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.12.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.12.json index 813e290c8..e904de2b2 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.12.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.12.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.13.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.13.json index 7cc9d3426..fb444cd2a 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.13.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.13.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.14.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.14.json index a266935f1..40c260de2 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.14.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.14.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.17.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.17.json index 652fa0ed5..b9a84fe31 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.17.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.17.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.18.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.18.json index 2ca66253c..cb7d962b9 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.18.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.18.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.19.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.19.json index 921b9a5e1..4861a0332 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.19.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.19.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.2.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.2.json index 7d52cd052..55aa8042d 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.2.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.2.json @@ -2,7 +2,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.20.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.20.json index a4e53c15f..7eaf36c02 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.20.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.20.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.21.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.21.json index 8c7bf41ee..895c3c283 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.21.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.21.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.22.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.22.json index 6b6cace95..272693878 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.22.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.22.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.23.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.23.json index 90041cda2..32e5c6e06 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.23.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.23.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.24.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.24.json index 97f529b8a..8453c43a0 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.24.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.24.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.25.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.25.json index b420c683d..5aedb7d6a 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.25.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.25.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.26.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.26.json index b6e6e15d9..0d503f605 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.26.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.26.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.27.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.27.json index ca03bc616..6f5dc5d29 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.27.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.27.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.3.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.3.json index 48f2fa102..936279379 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.3.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.3.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.31.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.31.json index 6f4db6cb1..9dddf2dd0 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.31.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.31.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.32.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.32.json index 822ea1926..e6d610c99 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.32.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.32.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.33.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.33.json index 921b9a5e1..4861a0332 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.33.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.33.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.34.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.34.json index e28121a38..c704987a2 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.34.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.34.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.35.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.35.json index b872f6a6c..629f31eee 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.35.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.35.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.36.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.36.json index 0dc37275f..216ec2ce2 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.36.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.36.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.37.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.37.json index 9e91f592d..099b7a96e 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.37.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.37.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.38.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.38.json index e3ab1ce80..4fbb55ad8 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.38.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.38.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.39.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.39.json index 8c2e5f3a2..7d537d2c3 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.39.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.39.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.4.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.4.json index 48f2fa102..936279379 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.4.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.4.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.40.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.40.json index 27a1a748d..c236fd3a8 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.40.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.40.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.41.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.41.json index 02d486a29..05a40b724 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.41.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.41.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.45.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.45.json index 12e4ed826..2c5c6455d 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.45.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.45.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.46.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.46.json index 8b11de084..eec287f41 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.46.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.46.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.47.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.47.json index 921b9a5e1..4861a0332 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.47.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.47.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.48.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.48.json index a7c0f1006..195a84bb7 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.48.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.48.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.49.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.49.json index 589f12cff..ac38e4fcb 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.49.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.49.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.5.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.5.json index 42b32c9bd..c4758fcef 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.5.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.5.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.50.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.50.json index c3857b861..10bc3b8dd 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.50.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.50.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.51.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.51.json index ed25a04dd..ffcba135b 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.51.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.51.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.52.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.52.json index b87cb3537..df5634788 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.52.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.52.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.53.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.53.json index ffb1c4a2f..9a666300d 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.53.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.53.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.54.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.54.json index 704285f51..492b3755f 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.54.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.54.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.55.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.55.json index 9e20d416d..f5ea59f65 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.55.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.55.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.59.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.59.json index d618a47b0..d80f75b04 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.59.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.59.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.6.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.6.json index e0aff6a9f..21e26a3e5 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.6.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.6.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.60.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.60.json index a3a2769fd..40227470e 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.60.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.60.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.61.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.61.json index 921b9a5e1..4861a0332 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.61.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.61.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.62.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.62.json index d93ca0b4e..7dff34b4f 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.62.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.62.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.63.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.63.json index 8557f00f2..00478c290 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.63.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.63.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.64.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.64.json index bd7cc1137..51fe232e5 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.64.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.64.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.65.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.65.json index 302139587..8c6d976ef 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.65.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.65.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.66.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.66.json index 6dd935d73..96df140bb 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.66.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.66.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.67.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.67.json index 80acfc43e..8b6fcc6a6 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.67.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.67.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.68.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.68.json index 840c5c2b2..747b42b8e 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.68.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.68.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.69.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.69.json index d8a3a1343..574e9c1fb 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.69.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.69.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.73.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.73.json index 3353660a6..5072d28e4 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.73.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.73.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.74.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.74.json index c51b0c631..61f526d68 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.74.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.74.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.75.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.75.json index 921b9a5e1..4861a0332 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.75.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.75.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.76.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.76.json index e94f8fbd2..d5b6a984d 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.76.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.76.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.77.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.77.json index 91dd23558..6f3e75202 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.77.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.77.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.78.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.78.json index 7da7dda4b..8d337efe0 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.78.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.78.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.79.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.79.json index 65519a24d..00c2657cf 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.79.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.79.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.8.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.8.json index b8cd61322..61b71a471 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.8.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.8.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", "tarball" : "submit.test-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.80.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.80.json index 1980558c3..3235f1b09 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.80.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.80.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.81.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.81.json index e81a30917..f795c099c 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.81.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.81.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.82.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.82.json index 2b000dbde..e0c465673 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.82.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.82.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.83.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.83.json index 8b9236a8c..0bb3356e4 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.83.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.83.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.87.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.87.json index 24e1d051b..8af5ef305 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.87.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.87.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.88.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.88.json index c74517071..51aa2e838 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.88.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.88.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.89.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.89.json index fa7d89949..dc6c9a149 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.89.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.89.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.9.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.9.json index 7108fd48b..01c7a1611 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.9.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.9.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "IOCCC_contest_id" : "test", "tarball" : "submit.test-0.1716103155.txz", diff --git a/test_ioccc/test_JSON/general.json/good/auth.missing-line.90.json b/test_ioccc/test_JSON/general.json/good/auth.missing-line.90.json index 485206551..10c2f3d2a 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.missing-line.90.json +++ b/test_ioccc/test_JSON/general.json/good/auth.missing-line.90.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.sorted.json b/test_ioccc/test_JSON/general.json/good/auth.sorted.json index c03084038..48c897bf6 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.sorted.json +++ b/test_ioccc/test_JSON/general.json/good/auth.sorted.json @@ -77,7 +77,7 @@ "IOCCC_year" : 2023, "chkentry_version" : "1.0.1 2024-03-02", "min_timestamp" : 1716103155, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz", "test_mode" : true, diff --git a/test_ioccc/test_JSON/general.json/good/auth.uuid.json b/test_ioccc/test_JSON/general.json/good/auth.uuid.json index a007de266..7b44af574 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.uuid.json +++ b/test_ioccc/test_JSON/general.json/good/auth.uuid.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", diff --git a/test_ioccc/test_JSON/general.json/good/auth.version-0.json b/test_ioccc/test_JSON/general.json/good/auth.version-0.json index ac8354d7e..98874b589 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.version-0.json +++ b/test_ioccc/test_JSON/general.json/good/auth.version-0.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.12", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.version-1.json b/test_ioccc/test_JSON/general.json/good/auth.version-1.json index 8f29cf5b4..f4130bdd1 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.version-1.json +++ b/test_ioccc/test_JSON/general.json/good/auth.version-1.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.12-2022-03-15", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/auth.version-3.json b/test_ioccc/test_JSON/general.json/good/auth.version-3.json index b15ee3d6b..7c41f84f1 100644 --- a/test_ioccc/test_JSON/general.json/good/auth.version-3.json +++ b/test_ioccc/test_JSON/general.json/good/auth.version-3.json @@ -3,7 +3,7 @@ "IOCCC_auth_version" : "1.22 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "00.6 2022-03-15", "IOCCC_contest_id" : "test", diff --git a/test_ioccc/test_JSON/general.json/good/info.author_count.json b/test_ioccc/test_JSON/general.json/good/info.author_count.json index cb66851e0..df4ad8315 100644 --- a/test_ioccc/test_JSON/general.json/good/info.author_count.json +++ b/test_ioccc/test_JSON/general.json/good/info.author_count.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.bad-comment-0.json b/test_ioccc/test_JSON/general.json/good/info.bad-comment-0.json index 3cc40a865..76486c182 100644 --- a/test_ioccc/test_JSON/general.json/good/info.bad-comment-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.bad-comment-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.bad-comment-1.json b/test_ioccc/test_JSON/general.json/good/info.bad-comment-1.json index 4c326ce89..f56f29591 100644 --- a/test_ioccc/test_JSON/general.json/good/info.bad-comment-1.json +++ b/test_ioccc/test_JSON/general.json/good/info.bad-comment-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.bad-comment-2.json b/test_ioccc/test_JSON/general.json/good/info.bad-comment-2.json index db8b853fb..1284c7511 100644 --- a/test_ioccc/test_JSON/general.json/good/info.bad-comment-2.json +++ b/test_ioccc/test_JSON/general.json/good/info.bad-comment-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.contest_id-0.json b/test_ioccc/test_JSON/general.json/good/info.contest_id-0.json index f4df0fbe1..ef4fc408c 100644 --- a/test_ioccc/test_JSON/general.json/good/info.contest_id-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.contest_id-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.contest_id-1.json b/test_ioccc/test_JSON/general.json/good/info.contest_id-1.json index 9142fe9e4..3c1fb5d9e 100644 --- a/test_ioccc/test_JSON/general.json/good/info.contest_id-1.json +++ b/test_ioccc/test_JSON/general.json/good/info.contest_id-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.contest_id-2.json b/test_ioccc/test_JSON/general.json/good/info.contest_id-2.json index d266e8743..4dd3ef515 100644 --- a/test_ioccc/test_JSON/general.json/good/info.contest_id-2.json +++ b/test_ioccc/test_JSON/general.json/good/info.contest_id-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.contest_id-3.json b/test_ioccc/test_JSON/general.json/good/info.contest_id-3.json index 4886aa0b2..83b6d52e8 100644 --- a/test_ioccc/test_JSON/general.json/good/info.contest_id-3.json +++ b/test_ioccc/test_JSON/general.json/good/info.contest_id-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.contest_id-4.json b/test_ioccc/test_JSON/general.json/good/info.contest_id-4.json index b483871bc..3d50304c8 100644 --- a/test_ioccc/test_JSON/general.json/good/info.contest_id-4.json +++ b/test_ioccc/test_JSON/general.json/good/info.contest_id-4.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.contest_id-5.json b/test_ioccc/test_JSON/general.json/good/info.contest_id-5.json index 1d114015a..b5e438656 100644 --- a/test_ioccc/test_JSON/general.json/good/info.contest_id-5.json +++ b/test_ioccc/test_JSON/general.json/good/info.contest_id-5.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.extra-line.1.json b/test_ioccc/test_JSON/general.json/good/info.extra-line.1.json index e6792a225..ca0af713c 100644 --- a/test_ioccc/test_JSON/general.json/good/info.extra-line.1.json +++ b/test_ioccc/test_JSON/general.json/good/info.extra-line.1.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.false.json b/test_ioccc/test_JSON/general.json/good/info.false.json index a78266f26..00fb8e567 100644 --- a/test_ioccc/test_JSON/general.json/good/info.false.json +++ b/test_ioccc/test_JSON/general.json/good/info.false.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.formed_UTC.json b/test_ioccc/test_JSON/general.json/good/info.formed_UTC.json index 8907072ae..5065e1bc5 100644 --- a/test_ioccc/test_JSON/general.json/good/info.formed_UTC.json +++ b/test_ioccc/test_JSON/general.json/good/info.formed_UTC.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-0.json b/test_ioccc/test_JSON/general.json/good/info.manifest-0.json index 6d362ac14..3de0fd419 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-10.json b/test_ioccc/test_JSON/general.json/good/info.manifest-10.json index 8103cf95e..2cfa55813 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-10.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-11.json b/test_ioccc/test_JSON/general.json/good/info.manifest-11.json index 27a5fe2d3..ee098f0ac 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-11.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-11.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-12.json b/test_ioccc/test_JSON/general.json/good/info.manifest-12.json index 08c3a49a0..624f0e961 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-12.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-12.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-14.json b/test_ioccc/test_JSON/general.json/good/info.manifest-14.json index e814fbc7b..cdb3fba91 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-14.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-14.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-15.json b/test_ioccc/test_JSON/general.json/good/info.manifest-15.json index 15475b0a9..6a834dde1 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-15.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-15.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-16.json b/test_ioccc/test_JSON/general.json/good/info.manifest-16.json index 7d377a42c..204107064 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-16.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-16.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-17.json b/test_ioccc/test_JSON/general.json/good/info.manifest-17.json index 6ec2e6157..37c04e02a 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-17.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-17.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-18.json b/test_ioccc/test_JSON/general.json/good/info.manifest-18.json index c6bd02df2..c8df14180 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-18.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-18.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-19.json b/test_ioccc/test_JSON/general.json/good/info.manifest-19.json index 80f4d35c0..24e8a1513 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-19.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-19.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-2.json b/test_ioccc/test_JSON/general.json/good/info.manifest-2.json index 2eb9c7d1c..78474dff5 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-2.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-20.json b/test_ioccc/test_JSON/general.json/good/info.manifest-20.json index 272cc6d99..be363b602 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-20.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-20.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-21.json b/test_ioccc/test_JSON/general.json/good/info.manifest-21.json index 2194c8a8c..6100153b9 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-21.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-21.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-22.json b/test_ioccc/test_JSON/general.json/good/info.manifest-22.json index 55e0b1cf4..fc69f8242 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-22.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-22.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-23.json b/test_ioccc/test_JSON/general.json/good/info.manifest-23.json index 3bb500f4c..dff1c7b47 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-23.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-23.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-27.json b/test_ioccc/test_JSON/general.json/good/info.manifest-27.json index f90d5388c..3878c3137 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-27.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-27.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-28.json b/test_ioccc/test_JSON/general.json/good/info.manifest-28.json index 626bb05cd..ab4b33304 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-28.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-28.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-29.json b/test_ioccc/test_JSON/general.json/good/info.manifest-29.json index 13ad800d3..d8f245c6d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-29.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-29.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-3.json b/test_ioccc/test_JSON/general.json/good/info.manifest-3.json index 91c44adcb..1b7424f70 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-3.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-30.json b/test_ioccc/test_JSON/general.json/good/info.manifest-30.json index 272cc6d99..be363b602 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-30.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-30.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-31.json b/test_ioccc/test_JSON/general.json/good/info.manifest-31.json index 070f5ee6e..74cf6b2bf 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-31.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-31.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-32.json b/test_ioccc/test_JSON/general.json/good/info.manifest-32.json index 8e17a65ef..1f18b07ec 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-32.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-32.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-33.json b/test_ioccc/test_JSON/general.json/good/info.manifest-33.json index 358f322cf..1bb30a14d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-33.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-33.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-4.json b/test_ioccc/test_JSON/general.json/good/info.manifest-4.json index 14bafccf2..be955e864 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-4.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-4.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-5.json b/test_ioccc/test_JSON/general.json/good/info.manifest-5.json index af636a469..f44abbee1 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-5.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-5.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-6.json b/test_ioccc/test_JSON/general.json/good/info.manifest-6.json index b01f4e965..dc8ac6e0c 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-6.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-6.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.manifest-9.json b/test_ioccc/test_JSON/general.json/good/info.manifest-9.json index 49dde9b22..73396280b 100644 --- a/test_ioccc/test_JSON/general.json/good/info.manifest-9.json +++ b/test_ioccc/test_JSON/general.json/good/info.manifest-9.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.min-formed_UTC-line.json b/test_ioccc/test_JSON/general.json/good/info.min-formed_UTC-line.json index 0c7be2a0a..9aa596bd1 100644 --- a/test_ioccc/test_JSON/general.json/good/info.min-formed_UTC-line.json +++ b/test_ioccc/test_JSON/general.json/good/info.min-formed_UTC-line.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.10.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.10.json index a8698e183..0195ba403 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.10.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "txzchk_version" : "1.0.8 2024-07-11", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.11.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.11.json index f653c506c..c37350528 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.11.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.11.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.12.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.12.json index c4736ff0e..645fc5cb3 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.12.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.12.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.13.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.13.json index 2b030741b..209cb2d69 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.13.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.13.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.14.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.14.json index 5c16ba7e9..638abfc4c 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.14.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.14.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.15.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.15.json index 36b16830c..03e071f08 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.15.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.15.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.16.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.16.json index 4de45d258..c7432a08d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.16.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.16.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.17.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.17.json index 7f13f431a..e7d40e72d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.17.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.17.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.18.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.18.json index 61edfb691..247755a5b 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.18.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.18.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.19.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.19.json index a2255b423..02c4de64f 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.19.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.19.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.2.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.2.json index 8d9757a43..4df02a45d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.2.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.2.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.20.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.20.json index 203d60ebb..c756040b1 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.20.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.20.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.21.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.21.json index 5ed390358..7096c72bf 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.21.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.21.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.22.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.22.json index 0aafe02da..2dcb1fcf1 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.22.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.22.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.23.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.23.json index 491aa3b4d..c56147aa0 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.23.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.23.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.24.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.24.json index c6df3adbf..74df15668 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.24.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.24.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.25.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.25.json index 80e005117..f7ced069d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.25.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.25.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.26.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.26.json index acfaf01e0..039fda693 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.26.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.26.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.27.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.27.json index 8b8aee465..6c7943f3a 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.27.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.27.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.28.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.28.json index c97eed307..e44c05494 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.28.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.28.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.29.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.29.json index c49c9243d..dc2b8b269 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.29.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.29.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.3.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.3.json index 65daaaac5..7ffb3e505 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.3.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.30.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.30.json index be3e016c6..9c8c45249 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.30.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.30.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.31.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.31.json index db27644a2..575fd7134 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.31.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.31.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.32.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.32.json index c41c71e99..40e86b56a 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.32.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.32.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.33.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.33.json index 01744da14..e755ab66d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.33.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.33.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.34.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.34.json index 81a08ede1..1c0d38194 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.34.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.34.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.36.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.36.json index c49bf073f..76456e16c 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.36.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.36.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.37.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.37.json index 5a3828a65..a99cf6a0d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.37.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.37.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.38.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.38.json index 5e350f969..d5009dbfb 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.38.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.38.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.39.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.39.json index a3ccfa4a9..3233179df 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.39.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.39.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.4.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.4.json index b425fcb92..f4ad15928 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.4.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.4.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.40.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.40.json index 8a02e0ca8..733c4d228 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.40.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.40.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.41.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.41.json index 746529278..f8ecb4956 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.41.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.41.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.42.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.42.json index 5e144ac93..94ff56410 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.42.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.42.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.43.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.43.json index 795cf9a66..61cf24aef 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.43.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.43.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.46.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.46.json index 818c9aa54..92fa90da1 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.46.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.46.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.47.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.47.json index c9eb57c8a..db76cc373 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.47.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.47.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.48.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.48.json index faa7c2c8d..69f84f475 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.48.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.48.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.49.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.49.json index 6ccfb052b..6032dc5c3 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.49.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.49.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.5.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.5.json index 874e4a099..a7137e67c 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.5.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.5.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.6.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.6.json index c007af43c..a64aec081 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.6.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.6.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.8.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.8.json index 02107b16a..0e3eba7ab 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.8.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.8.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "txzchk_version" : "1.0.8 2024-07-11", diff --git a/test_ioccc/test_JSON/general.json/good/info.missing-line.9.json b/test_ioccc/test_JSON/general.json/good/info.missing-line.9.json index 9151b7e6d..1e83b11ac 100644 --- a/test_ioccc/test_JSON/general.json/good/info.missing-line.9.json +++ b/test_ioccc/test_JSON/general.json/good/info.missing-line.9.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "fnamchk_version" : "1.0.2 2024-05-15", "txzchk_version" : "1.0.8 2024-07-11", diff --git a/test_ioccc/test_JSON/general.json/good/info.null.json b/test_ioccc/test_JSON/general.json/good/info.null.json index 231f3d162..055eff402 100644 --- a/test_ioccc/test_JSON/general.json/good/info.null.json +++ b/test_ioccc/test_JSON/general.json/good/info.null.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.simple-0.json b/test_ioccc/test_JSON/general.json/good/info.simple-0.json index 6dc254d66..fca1a80d9 100644 --- a/test_ioccc/test_JSON/general.json/good/info.simple-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.simple-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-0.json b/test_ioccc/test_JSON/general.json/good/info.tarball-0.json index 30f23c646..79f4a7487 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-1.json b/test_ioccc/test_JSON/general.json/good/info.tarball-1.json index f16ec800e..805bc46e0 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-1.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-10.json b/test_ioccc/test_JSON/general.json/good/info.tarball-10.json index 91a8acbd1..b421c1b3a 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-10.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-2.json b/test_ioccc/test_JSON/general.json/good/info.tarball-2.json index d1d1e1e1c..fe2e70cd2 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-2.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-3.json b/test_ioccc/test_JSON/general.json/good/info.tarball-3.json index 2c1f96ac2..3f570c97d 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-3.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-4.json b/test_ioccc/test_JSON/general.json/good/info.tarball-4.json index 38c1b39be..1bb506e30 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-4.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-4.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-5.json b/test_ioccc/test_JSON/general.json/good/info.tarball-5.json index 0eae6f294..dfbe20ebe 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-5.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-5.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-6.json b/test_ioccc/test_JSON/general.json/good/info.tarball-6.json index cbe1cf829..b2e878f47 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-6.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-6.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-7.json b/test_ioccc/test_JSON/general.json/good/info.tarball-7.json index 70d387633..74184c1ce 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-7.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-7.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-8.json b/test_ioccc/test_JSON/general.json/good/info.tarball-8.json index d9798f3bf..c0c8584d0 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-8.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-8.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.tarball-9.json b/test_ioccc/test_JSON/general.json/good/info.tarball-9.json index 57cca5cd0..c8e63f92e 100644 --- a/test_ioccc/test_JSON/general.json/good/info.tarball-9.json +++ b/test_ioccc/test_JSON/general.json/good/info.tarball-9.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.test_mode.0.json b/test_ioccc/test_JSON/general.json/good/info.test_mode.0.json index 8aa2bc9ab..a6983ed3a 100644 --- a/test_ioccc/test_JSON/general.json/good/info.test_mode.0.json +++ b/test_ioccc/test_JSON/general.json/good/info.test_mode.0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.test_mode.1.json b/test_ioccc/test_JSON/general.json/good/info.test_mode.1.json index cc05cbc8f..022325409 100644 --- a/test_ioccc/test_JSON/general.json/good/info.test_mode.1.json +++ b/test_ioccc/test_JSON/general.json/good/info.test_mode.1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.timestamp-0.json b/test_ioccc/test_JSON/general.json/good/info.timestamp-0.json index 4f4e2d832..5d70bb86a 100644 --- a/test_ioccc/test_JSON/general.json/good/info.timestamp-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.timestamp-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.timestamp-1.json b/test_ioccc/test_JSON/general.json/good/info.timestamp-1.json index 5d102e1ce..0a8d4d008 100644 --- a/test_ioccc/test_JSON/general.json/good/info.timestamp-1.json +++ b/test_ioccc/test_JSON/general.json/good/info.timestamp-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.timestamp-2.json b/test_ioccc/test_JSON/general.json/good/info.timestamp-2.json index 06ff33c9d..d169992d7 100644 --- a/test_ioccc/test_JSON/general.json/good/info.timestamp-2.json +++ b/test_ioccc/test_JSON/general.json/good/info.timestamp-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.title-0.json b/test_ioccc/test_JSON/general.json/good/info.title-0.json index e346a4e0c..81a8cb235 100644 --- a/test_ioccc/test_JSON/general.json/good/info.title-0.json +++ b/test_ioccc/test_JSON/general.json/good/info.title-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.title-1.json b/test_ioccc/test_JSON/general.json/good/info.title-1.json index 8caf55885..cefd8d678 100644 --- a/test_ioccc/test_JSON/general.json/good/info.title-1.json +++ b/test_ioccc/test_JSON/general.json/good/info.title-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.title-2.json b/test_ioccc/test_JSON/general.json/good/info.title-2.json index d0921964f..3e727f434 100644 --- a/test_ioccc/test_JSON/general.json/good/info.title-2.json +++ b/test_ioccc/test_JSON/general.json/good/info.title-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.title-3.json b/test_ioccc/test_JSON/general.json/good/info.title-3.json index 3487ea8c7..322b2ecbb 100644 --- a/test_ioccc/test_JSON/general.json/good/info.title-3.json +++ b/test_ioccc/test_JSON/general.json/good/info.title-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/general.json/good/info.true.json b/test_ioccc/test_JSON/general.json/good/info.true.json index b8802ac89..e35f36a0f 100644 --- a/test_ioccc/test_JSON/general.json/good/info.true.json +++ b/test_ioccc/test_JSON/general.json/good/info.true.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/auth.min-whitespace-nonl.json b/test_ioccc/test_JSON/info.json/bad/auth.min-whitespace-nonl.json index 1683e070f..dc156df5e 100644 --- a/test_ioccc/test_JSON/info.json/bad/auth.min-whitespace-nonl.json +++ b/test_ioccc/test_JSON/info.json/bad/auth.min-whitespace-nonl.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.7 2024-07-12","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":false,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_auth_version":"1.22 2024-05-18","IOCCC_contest":"IOCCCMOCK","IOCCC_year":2023,"mkiocccentry_version":"1.0.8 2024-08-23","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-0.1716103155.txz","submit_slot":0,"author_count":5,"test_mode":false,"authors":[ { "name":"author0 middle0 thisisaveryverylonglastname0","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon0","github":"@github0","affiliation":"an affiliation for #0 author","past_winning_author":false,"default_handle":true,"author_handle":"author0_middle0_thisisaveryveryl","author_number":0 }, { "name":"author1 middle1a middle1b last1","location_code":"UK","email":null,"url":null,"mastodon":null,"github":null,"affiliation":null,"past_winning_author":false,"default_handle":false,"author_handle":"replaced-author1-handle","author_number":1 }, { "name":"Author2 \u00c3\u00a5\u00e2\u0088\u00ab\u00c3\u00a7\u00e2\u0088\u0082\u00c2\u00b4\u00c6\u0092\u00c2\u00a9 LAST2","location_code":"US","email":"user2@example.com","url":"http:\/\/host2.example.com\/index.html","mastodon":"@mastodon2","github":"@github2","affiliation":"an affiliation for #2 author","past_winning_author":true,"default_handle":true,"author_handle":"author2_acfo_last2","author_number":2 }, { "name":"author3 middle3 last3","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon3","github":"@github3","affiliation":"an affiliation for #3 author","past_winning_author":true,"default_handle":false,"author_handle":"author3_last3","author_number":3 }, { "name":"@#$%^","location_code":"AU","email":"user0@example.com","url":"https:\/\/host0.example.com\/index.html","mastodon":"@mastodon4","github":"@github4","affiliation":"an affiliation for #4 author","past_winning_author":false,"default_handle":true,"author_handle":"jrandom+5af89d19308010a8481f79d","author_number":4 } ],"formed_timestamp":1716103155,"formed_timestamp_usec":506171,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.bad_value.json index 5eb4c32de..bf9a9e62d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCmock", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.wrong_type.json index 116c39004..969e78d6b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : 12345, "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.bad_value.json index 0eacb2bdb..1a2348b83 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.wrong_type.json index d1803595f..a3bbf13f3 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_contest_id.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.bad_value.json index d7c288334..48117af3a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "x.yy yyyy-mm-dd", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.wrong_type.json index 8fb6a0738..c7af797f9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_info_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : 12345, "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.bad_value.json index f11ff740d..4efcccd74 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.wrong_type.json index ef7e260d2..145a0dfc7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.IOCCC_year.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : "2022", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.Makefile.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.Makefile.bad_value.json index 342f0e9e8..2ab8c7fbf 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.Makefile.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.Makefile.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.Makefile.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.Makefile.wrong_type.json index f07970be0..87f52e50a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.Makefile.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.Makefile.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.Makefile_override.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.Makefile_override.wrong_type.json index 21a73a917..d0fd723d9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.Makefile_override.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.Makefile_override.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.abstract.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.abstract.bad_value.json index 260b478af..f147155c2 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.abstract.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.abstract.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.abstract.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.abstract.wrong_type.json index b5b46ccff..86eb89264 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.abstract.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.abstract.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.bad_value.json index 70e50726c..188e1c55b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.wrong_type.json index 3b0d12c56..d0b6597b6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.auth_JSON.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.author_count.json b/test_ioccc/test_JSON/info.json/bad/info.author_count.json index cb66851e0..df4ad8315 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.author_count.json +++ b/test_ioccc/test_JSON/info.json/bad/info.author_count.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.bad-comment-0.json b/test_ioccc/test_JSON/info.json/bad/info.bad-comment-0.json index 3cc40a865..76486c182 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.bad-comment-0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.bad-comment-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.bad-comment-1.json b/test_ioccc/test_JSON/info.json/bad/info.bad-comment-1.json index 4c326ce89..f56f29591 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.bad-comment-1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.bad-comment-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.bad-comment-2.json b/test_ioccc/test_JSON/info.json/bad/info.bad-comment-2.json index db8b853fb..1284c7511 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.bad-comment-2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.bad-comment-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.c_src.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.c_src.bad_value.json index ac61df395..fa7a1022a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.c_src.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.c_src.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.c_src.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.c_src.wrong_type.json index d1717d39c..331612d41 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.c_src.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.c_src.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.bad_value.json index 29e35fe45..0c02cc4e4 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "x.yy yyyy-mm-dd", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.wrong_type.json index eb459bde6..4266ad58c 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.chkentry_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : 12345, "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.contest_id-0.json b/test_ioccc/test_JSON/info.json/bad/info.contest_id-0.json index f4df0fbe1..ef4fc408c 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.contest_id-0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.contest_id-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.contest_id-1.json b/test_ioccc/test_JSON/info.json/bad/info.contest_id-1.json index 9142fe9e4..3c1fb5d9e 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.contest_id-1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.contest_id-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.contest_id-2.json b/test_ioccc/test_JSON/info.json/bad/info.contest_id-2.json index d266e8743..4dd3ef515 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.contest_id-2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.contest_id-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.contest_id-3.json b/test_ioccc/test_JSON/info.json/bad/info.contest_id-3.json index 4886aa0b2..83b6d52e8 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.contest_id-3.json +++ b/test_ioccc/test_JSON/info.json/bad/info.contest_id-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.contest_id-4.json b/test_ioccc/test_JSON/info.json/bad/info.contest_id-4.json index b483871bc..3d50304c8 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.contest_id-4.json +++ b/test_ioccc/test_JSON/info.json/bad/info.contest_id-4.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.contest_id-5.json b/test_ioccc/test_JSON/info.json/bad/info.contest_id-5.json index 1d114015a..b5e438656 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.contest_id-5.json +++ b/test_ioccc/test_JSON/info.json/bad/info.contest_id-5.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.empty_override.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.empty_override.wrong_type.json index dee7d3e59..050502444 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.empty_override.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.empty_override.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.entry_num.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.entry_num.bad_value.json index 78e0904af..48511a693 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.entry_num.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.entry_num.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.entry_num.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.entry_num.wrong_type.json index ede9ef2c7..acbce012f 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.entry_num.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.entry_num.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.extra-line.0.json b/test_ioccc/test_JSON/info.json/bad/info.extra-line.0.json index 08c3a49a0..624f0e961 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.extra-line.0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.extra-line.0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.extra-line.1.json b/test_ioccc/test_JSON/info.json/bad/info.extra-line.1.json index aebc87592..9361a9323 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.extra-line.1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.extra-line.1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.extra-line.2.json b/test_ioccc/test_JSON/info.json/bad/info.extra-line.2.json index 216a711a1..fa2d616cc 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.extra-line.2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.extra-line.2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.false.json b/test_ioccc/test_JSON/info.json/bad/info.false.json index a78266f26..00fb8e567 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.false.json +++ b/test_ioccc/test_JSON/info.json/bad/info.false.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.first_rule_is_all.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.first_rule_is_all.wrong_type.json index cd22b16c8..f9dd9faf9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.first_rule_is_all.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.first_rule_is_all.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.bad_value.json index e22c5b92c..69688a6eb 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "x.y yyyy-mm-dd", diff --git a/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.wrong_type.json index 31202fb7e..653205a34 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.fnamchk_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : 12345, diff --git a/test_ioccc/test_JSON/info.json/bad/info.foo.json b/test_ioccc/test_JSON/info.json/bad/info.foo.json index 9d2678001..213ff8584 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.foo.json +++ b/test_ioccc/test_JSON/info.json/bad/info.foo.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.formed_UTC-line.json b/test_ioccc/test_JSON/info.json/bad/info.formed_UTC-line.json index f5238d166..59c180197 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.formed_UTC-line.json +++ b/test_ioccc/test_JSON/info.json/bad/info.formed_UTC-line.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.bad_value.json index 7ef4da6ea..b64acba77 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.wrong_type.json index 5db775ea0..6bf9ba624 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.bad_value.json index c9b67f73b..f057dadd6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.wrong_type.json index a5fe267a3..055e09dc1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.formed_timestamp_usec.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.found_all_rule.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.found_all_rule.wrong_type.json index ac6be3b77..e64d453a6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.found_all_rule.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.found_all_rule.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.found_clean_rule.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.found_clean_rule.wrong_type.json index d0ac0c933..526031307 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.found_clean_rule.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.found_clean_rule.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.found_clobber_rule.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.found_clobber_rule.wrong_type.json index f6be825da..77c09f8a1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.found_clobber_rule.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.found_clobber_rule.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.found_try_rule.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.found_try_rule.wrong_type.json index 14b28f0c3..c5105adca 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.found_try_rule.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.found_try_rule.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.highbit_warning.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.highbit_warning.wrong_type.json index be8a29152..7412b46fc 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.highbit_warning.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.highbit_warning.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.info_JSON.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.info_JSON.bad_value.json index e2f0d2077..476f47509 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.info_JSON.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.info_JSON.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.info_JSON.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.info_JSON.wrong_type.json index 24a5247bd..3ff66ed4d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.info_JSON.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.info_JSON.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.bad_value.json index 021d4dc5d..5508d3757 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "2x.yy yyyy-mm-dd", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.wrong_type.json index 962003566..ea67afad3 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.iocccsize_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : 12345, "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-0.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-0.json index 6d362ac14..3de0fd419 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-10.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-10.json index 8103cf95e..2cfa55813 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-10.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-11.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-11.json index 27a5fe2d3..ee098f0ac 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-11.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-11.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-12.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-12.json index 08c3a49a0..624f0e961 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-12.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-12.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-14.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-14.json index e814fbc7b..cdb3fba91 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-14.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-14.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-15.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-15.json index 15475b0a9..6a834dde1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-15.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-15.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-16.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-16.json index 7d377a42c..204107064 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-16.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-16.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-17.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-17.json index 6ec2e6157..37c04e02a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-17.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-17.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-18.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-18.json index c6bd02df2..c8df14180 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-18.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-18.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-19.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-19.json index 80f4d35c0..24e8a1513 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-19.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-19.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-2.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-2.json index 2eb9c7d1c..78474dff5 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-20.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-20.json index 272cc6d99..be363b602 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-20.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-20.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-21.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-21.json index 2194c8a8c..6100153b9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-21.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-21.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-22.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-22.json index 55e0b1cf4..fc69f8242 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-22.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-22.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-23.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-23.json index 3bb500f4c..dff1c7b47 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-23.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-23.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-27.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-27.json index f90d5388c..3878c3137 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-27.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-27.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-28.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-28.json index 626bb05cd..ab4b33304 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-28.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-28.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-29.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-29.json index 13ad800d3..d8f245c6d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-29.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-29.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-3.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-3.json index 91c44adcb..1b7424f70 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-3.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-30.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-30.json index 272cc6d99..be363b602 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-30.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-30.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-31.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-31.json index 070f5ee6e..74cf6b2bf 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-31.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-31.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-32.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-32.json index 8e17a65ef..1f18b07ec 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-32.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-32.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-33.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-33.json index 358f322cf..1bb30a14d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-33.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-33.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-34.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-34.json index 76d8b118e..e1ace93db 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-34.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-34.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-6.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-6.json index b01f4e965..dc8ac6e0c 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-6.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-6.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-9.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-9.json index 49dde9b22..73396280b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-9.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-9.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-README-md.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-README-md.json index d9fef7b3f..6fce51043 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-README-md.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-README-md.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-index-html.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-index-html.json index c378c4b8e..10313a0e0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-index-html.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-index-html.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-inventory-html.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-inventory-html.json index d92025780..283b3b032 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-inventory-html.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-inventory-html.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-alt.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-alt.json index f6d60d93f..f1ab9f8f6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-alt.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-alt.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig-c.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig-c.json index d2ba2c05d..14380995d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig-c.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig-c.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig.json index 306515964..9e4a4232f 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog-orig.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog.json b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog.json index 17bb06e66..316c83b51 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.manifest-prog.json +++ b/test_ioccc/test_JSON/info.json/bad/info.manifest-prog.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.02.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.02.json index 0c3bb2dcd..93ed41908 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.02.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.02.json @@ -4,7 +4,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.03.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.03.json index b876e0968..447e8e726 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.03.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.03.json @@ -4,7 +4,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.04.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.04.json index 74a5ce163..cf7bf565f 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.04.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.04.json @@ -4,7 +4,7 @@ "IOCCC_contest" : "IOCCCMOCK", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.05.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.05.json index 4f34d04e6..440a0e100 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.05.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.05.json @@ -4,7 +4,7 @@ "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.06.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.06.json index 3adc7cdd5..3759da633 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.06.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.06.json @@ -3,8 +3,8 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.07.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.07.json index bce41ee1f..2e2dc9273 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.07.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.07.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.08.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.08.json index 11fd1d17b..805b4bce7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.08.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.08.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "chkentry_version" : "1.0.1 2024-03-02", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.09.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.09.json index 880ce8c55..44591cac7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.09.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.09.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.10.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.10.json index e36d6fc7a..7c4a96f85 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.10.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.11.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.11.json index 956b5427d..e95fd9250 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.11.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.11.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.12.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.12.json index 78edfa1e7..1f65c50b6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.12.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.12.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.13.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.13.json index f0e6fb968..63c82b05a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.13.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.13.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.14.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.14.json index 911175a00..4d705cee0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.14.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.14.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.15.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.15.json index e67e9fbd5..c266b0495 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.15.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.15.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.16.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.16.json index 2b22b306d..2238b08cb 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.16.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.16.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.17.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.17.json index 7d5525867..99acc18e5 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.17.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.17.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.18.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.18.json index 2e8a291cb..55eda20d0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.18.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.18.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.19.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.19.json index c853574c5..a9fd7dda6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.19.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.19.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.20.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.20.json index 0baafc29f..6f5da66c8 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.20.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.20.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.21.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.21.json index 02a36dfbe..1e425fef6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.21.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.21.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.22.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.22.json index d2953dc7c..c77e7c4fd 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.22.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.22.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.23.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.23.json index 6d2c4010a..c4c54bfe0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.23.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.23.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.24.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.24.json index 2aa80b687..59cef8963 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.24.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.24.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.25.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.25.json index b0c29b34c..cb8b4c13b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.25.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.25.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.26.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.26.json index 18bef0e16..6c12e36b3 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.26.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.26.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.27.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.27.json index 4cd6bc383..0c979cd2e 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.27.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.27.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.28.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.28.json index d5ebdae3c..2d9e89ac8 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.28.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.28.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.29.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.29.json index 9ddc65eb1..4bd96750a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.29.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.29.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.30.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.30.json index 55f849f9f..c89d9d1ec 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.30.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.30.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.31.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.31.json index fc148335a..0e71a6b77 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.31.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.31.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.32.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.32.json index f1ba9df88..21fffa4e9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.32.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.32.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.33.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.33.json index 3250b5800..b7e8108cc 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.33.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.33.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.35.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.35.json index 9921de553..799f049db 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.35.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.35.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.36.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.36.json index 390f82f60..f293f2d64 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.36.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.36.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.37.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.37.json index 861b17bd0..2e1463e83 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.37.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.37.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.38.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.38.json index 5d1f258ce..9a630253d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.38.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.38.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.39fixed.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.39fixed.json index 8a0a03aa0..86702f6c0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.39fixed.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.39fixed.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.41.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.41.json index 7b81fc2aa..669b1ac61 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.41.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.41.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.42.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.42.json index e0d4b14f6..1c317af1a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.42.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.42.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.43.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.43.json index 107753ba8..3e34eb4ec 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.43.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.43.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.44.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.44.json index 5a35afb56..91bf3292d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.44.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.duplicate-line.44.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.02.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.02.json index 9e6cd24fc..b3448e869 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.02.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.02.json @@ -2,7 +2,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.03.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.03.json index 78288525e..eef2ef15a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.03.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.03.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.04.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.04.json index 8a1b1ea55..fc6fcb10f 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.04.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.04.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.05.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.05.json index b6ffeb1e2..61c3eb57a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.05.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.05.json @@ -2,7 +2,7 @@ "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.07.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.07.json index 6cc29c524..22a35b25a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.07.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.07.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", "txzchk_version" : "1.0.8 2024-07-11", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.08.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.08.json index b90017f89..0bf31acc7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.08.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.08.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "fnamchk_version" : "1.0.2 2024-05-15", "txzchk_version" : "1.0.8 2024-07-11", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.09.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.09.json index 28dfe804a..d16c1a951 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.09.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.09.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "txzchk_version" : "1.0.8 2024-07-11", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.10.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.10.json index b7a3783fc..ce6fa2eda 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.10.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.11.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.11.json index 66c18e871..fab293cbe 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.11.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.11.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.12.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.12.json index 08b1747ab..9c14b28ca 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.12.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.12.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.13.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.13.json index c399e1d32..5824e0a8a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.13.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.13.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.14.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.14.json index 8a8ee7cd8..c55e4ce23 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.14.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.14.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.15.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.15.json index e5c93228a..93e8d3afe 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.15.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.15.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.16.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.16.json index bf1000668..c07134359 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.16.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.16.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.17.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.17.json index 4e87840b9..238d3550b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.17.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.17.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.18.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.18.json index 5c4d135b9..d4dd81848 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.18.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.18.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.19.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.19.json index 1153d527b..143579543 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.19.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.19.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.20.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.20.json index 0bf3d1233..85df2d051 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.20.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.20.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.21.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.21.json index 0e651048e..de34745d5 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.21.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.21.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.22.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.22.json index 74792f065..03337f521 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.22.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.22.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.23.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.23.json index 71600b785..d796406bb 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.23.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.23.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.24.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.24.json index 0c5a3dabc..b83044a81 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.24.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.24.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.25.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.25.json index d8cdb13f7..ec5be0d60 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.25.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.25.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.26.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.26.json index 9917e91fa..2e630be17 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.26.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.26.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.27.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.27.json index cfebb76bc..c8e185d0f 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.27.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.27.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.28.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.28.json index 6fd695016..e5d7f78ba 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.28.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.28.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.29.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.29.json index 5591afc72..949fb4345 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.29.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.29.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.30.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.30.json index 53eb2a119..72ca3b6c1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.30.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.30.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.31.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.31.json index b905542ab..c8b4963c1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.31.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.31.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.32.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.32.json index d4b65cc87..278d8cfb0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.32.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.32.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.33.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.33.json index 32505af4b..a366e823e 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.33.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.33.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.35.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.35.json index dc8813a35..9193ccdb9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.35.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.35.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.36.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.36.json index a27249c9b..c42644c1a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.36.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.36.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.37.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.37.json index 6e6628ea8..47dab71f0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.37.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.37.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.38.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.38.json index 428c9fe58..82c2ace37 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.38.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.38.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.39fixed.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.39fixed.json index f2e9df61e..8de8f0349 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.39fixed.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.39fixed.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.41.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.41.json index e8eda5e45..6fb4c9182 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.41.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.41.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.42.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.42.json index f830de4b5..fb7e690f7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.42.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.42.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.43.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.43.json index 6bfbfe56d..874b95890 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.43.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.43.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.44.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.44.json index 96b1dd0ed..704cc89d4 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.44.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.44.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.45fixed.json b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.45fixed.json index af51100e4..6e0dc1e52 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.45fixed.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min-manifest.missing-line.45fixed.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.bad_value.json index 228cf6a38..d41875aad 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.wrong_type.json index 98c7b90e4..3c44b01ad 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.min_timestamp.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.no_comment.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.no_comment.bad_value.json index a66508e69..e28ba77cf 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.no_comment.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.no_comment.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.no_comment.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.no_comment.wrong_type.json index 3773d4d3e..baf489d92 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.no_comment.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.no_comment.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.nul_warning.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.nul_warning.wrong_type.json index 76f715e20..6da2ecfb8 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.nul_warning.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.nul_warning.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.null.json b/test_ioccc/test_JSON/info.json/bad/info.null.json index 231f3d162..055eff402 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.null.json +++ b/test_ioccc/test_JSON/info.json/bad/info.null.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.remarks.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.remarks.bad_value.json index 8529c7f6a..692098692 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.remarks.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.remarks.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.remarks.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.remarks.wrong_type.json index 25120ede2..9313096e5 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.remarks.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.remarks.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.rule_2a_mismatch.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.rule_2a_mismatch.wrong_type.json index f4a293925..d0d7c21e1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.rule_2a_mismatch.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.rule_2a_mismatch.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.rule_2a_override.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.rule_2a_override.wrong_type.json index 58f1ddfff..8075eecd6 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.rule_2a_override.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.rule_2a_override.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.rule_2a_size.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.rule_2a_size.wrong_type.json index 944975d2a..0a9bd8b6b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.rule_2a_size.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.rule_2a_size.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.rule_2b_override.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.rule_2b_override.wrong_type.json index 3434f3e29..0982d6dd7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.rule_2b_override.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.rule_2b_override.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.rule_2b_size.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.rule_2b_size.wrong_type.json index bc9ed9d03..2190a326e 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.rule_2b_size.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.rule_2b_size.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.simple-0.json b/test_ioccc/test_JSON/info.json/bad/info.simple-0.json index 6dc254d66..fca1a80d9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.simple-0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.simple-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-0.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-0.json index 30f23c646..79f4a7487 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-1.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-1.json index f16ec800e..805bc46e0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-10.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-10.json index 91a8acbd1..b421c1b3a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-10.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-10.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-2.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-2.json index d1d1e1e1c..fe2e70cd2 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-3.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-3.json index 2c1f96ac2..3f570c97d 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-3.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-4.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-4.json index 38c1b39be..1bb506e30 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-4.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-4.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-5.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-5.json index 0eae6f294..dfbe20ebe 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-5.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-5.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-7.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-7.json index 70d387633..74184c1ce 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-7.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-7.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-8.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-8.json index d9798f3bf..c0c8584d0 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-8.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-8.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball-9.json b/test_ioccc/test_JSON/info.json/bad/info.tarball-9.json index 57cca5cd0..c8e63f92e 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball-9.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball-9.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.tarball.bad_value.json index cac602a3c..27e14a2a9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.tarball.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.tarball.wrong_type.json index b18d7b9f3..0937f3582 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.tarball.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.tarball.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.test_mode.0.json b/test_ioccc/test_JSON/info.json/bad/info.test_mode.0.json index 8aa2bc9ab..a6983ed3a 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.test_mode.0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.test_mode.0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.test_mode.1.json b/test_ioccc/test_JSON/info.json/bad/info.test_mode.1.json index cc05cbc8f..022325409 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.test_mode.1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.test_mode.1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.test_mode.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.test_mode.bad_value.json index 63bd093ce..0df1c8bcf 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.test_mode.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.test_mode.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.test_mode.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.test_mode.wrong_type.json index a6cedf7cc..a2c03fad9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.test_mode.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.test_mode.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.timestamp-1.json b/test_ioccc/test_JSON/info.json/bad/info.timestamp-1.json index 5d102e1ce..0a8d4d008 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.timestamp-1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.timestamp-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.timestamp-2.json b/test_ioccc/test_JSON/info.json/bad/info.timestamp-2.json index 06ff33c9d..d169992d7 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.timestamp-2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.timestamp-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.bad_value.json index 9e7085a65..b762614d9 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.wrong_type.json index 0a84c3844..59322de45 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.timestamp_epoch.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.title-0.json b/test_ioccc/test_JSON/info.json/bad/info.title-0.json index e346a4e0c..81a8cb235 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.title-0.json +++ b/test_ioccc/test_JSON/info.json/bad/info.title-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.title-1.json b/test_ioccc/test_JSON/info.json/bad/info.title-1.json index 8caf55885..cefd8d678 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.title-1.json +++ b/test_ioccc/test_JSON/info.json/bad/info.title-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.title-2.json b/test_ioccc/test_JSON/info.json/bad/info.title-2.json index d0921964f..3e727f434 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.title-2.json +++ b/test_ioccc/test_JSON/info.json/bad/info.title-2.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.title-3.json b/test_ioccc/test_JSON/info.json/bad/info.title-3.json index 3487ea8c7..322b2ecbb 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.title-3.json +++ b/test_ioccc/test_JSON/info.json/bad/info.title-3.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.title.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.title.bad_value.json index 4256ac380..6303a4e20 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.title.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.title.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.title.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.title.wrong_type.json index 3fcaa3cb4..5e400e53b 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.title.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.title.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.trigraph_warning.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.trigraph_warning.wrong_type.json index dce910fec..0a3de5b79 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.trigraph_warning.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.trigraph_warning.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.true.json b/test_ioccc/test_JSON/info.json/bad/info.true.json index b8802ac89..e35f36a0f 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.true.json +++ b/test_ioccc/test_JSON/info.json/bad/info.true.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.bad_value.json b/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.bad_value.json index c8e1cff7d..23a04fcd1 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.bad_value.json +++ b/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.bad_value.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.wrong_type.json index 7315ceb43..505dd70c4 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.txzchk_version.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.ungetc_warning.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.ungetc_warning.wrong_type.json index 9b28e65e1..2faf276aa 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.ungetc_warning.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.ungetc_warning.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/bad/info.wordbuf_warning.wrong_type.json b/test_ioccc/test_JSON/info.json/bad/info.wordbuf_warning.wrong_type.json index ce6eba0a6..d8a058389 100644 --- a/test_ioccc/test_JSON/info.json/bad/info.wordbuf_warning.wrong_type.json +++ b/test_ioccc/test_JSON/info.json/bad/info.wordbuf_warning.wrong_type.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCCMOCK", "IOCCC_year" : 2023, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.2-spaces.json b/test_ioccc/test_JSON/info.json/good/info.2-spaces.json new file mode 100644 index 000000000..1b527bfcf --- /dev/null +++ b/test_ioccc/test_JSON/info.json/good/info.2-spaces.json @@ -0,0 +1,67 @@ +{ + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", + "IOCCC_info_version" : "1.16 2024-05-18", + "IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, + "mkiocccentry_version" : "1.0.8 2024-08-23", + "iocccsize_version" : "28.15 2024-06-27", + "chkentry_version" : "1.0.1 2024-03-02", + "fnamchk_version" : "1.0.2 2024-05-15", + "txzchk_version" : "1.0.8 2024-07-11", + "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", + "submit_slot" : 2, + "title" : "title-for-entry2", + "abstract" : "abstract for entry #2", + "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz", + "rule_2a_size" : 61, + "rule_2b_size" : 38, + "empty_override" : false, + "rule_2a_override" : false, + "rule_2a_mismatch" : false, + "rule_2b_override" : false, + "highbit_warning" : false, + "nul_warning" : false, + "trigraph_warning" : false, + "wordbuf_warning" : false, + "ungetc_warning" : false, + "Makefile_override" : false, + "first_rule_is_all" : true, + "found_all_rule" : true, + "found_clean_rule" : true, + "found_clobber_rule" : true, + "found_try_rule" : true, + "test_mode" : false, + "manifest" : [ + { + "info_JSON" : ".info.json" + }, + { + "auth_JSON" : ".auth.json" + }, + { + "c_src" : "prog.c" + }, + { + "Makefile" : "Makefile" + }, + { + "remarks" : "remarks.md" + }, + { + "extra_file" : "extra1" + }, + { + "extra_file" : "extra2" + }, + { + "extra_file" : "foo" + }, + { + "extra_file" : "bar" + } + ], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 213882, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 + } diff --git a/test_ioccc/test_JSON/info.json/good/info.abstract-with-encoded-NUL.json b/test_ioccc/test_JSON/info.json/good/info.abstract-with-encoded-NUL.json index ecf572ab9..9c3c63a01 100644 --- a/test_ioccc/test_JSON/info.json/good/info.abstract-with-encoded-NUL.json +++ b/test_ioccc/test_JSON/info.json/good/info.abstract-with-encoded-NUL.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.array-last.json b/test_ioccc/test_JSON/info.json/good/info.array-last.json index 4f22dd50d..f967b8201 100644 --- a/test_ioccc/test_JSON/info.json/good/info.array-last.json +++ b/test_ioccc/test_JSON/info.json/good/info.array-last.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.empty-override.json b/test_ioccc/test_JSON/info.json/good/info.empty-override.json index 5557129b9..9ff2b9c2a 100644 --- a/test_ioccc/test_JSON/info.json/good/info.empty-override.json +++ b/test_ioccc/test_JSON/info.json/good/info.empty-override.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.good.json b/test_ioccc/test_JSON/info.json/good/info.good.json index 766244ad0..aa956681c 100644 --- a/test_ioccc/test_JSON/info.json/good/info.good.json +++ b/test_ioccc/test_JSON/info.json/good/info.good.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.max-manifest.json b/test_ioccc/test_JSON/info.json/good/info.max-manifest.json index 1abe0a6ec..78055d407 100644 --- a/test_ioccc/test_JSON/info.json/good/info.max-manifest.json +++ b/test_ioccc/test_JSON/info.json/good/info.max-manifest.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.min-manifest.json b/test_ioccc/test_JSON/info.json/good/info.min-manifest.json index e6b2e12c2..21609b9e8 100644 --- a/test_ioccc/test_JSON/info.json/good/info.min-manifest.json +++ b/test_ioccc/test_JSON/info.json/good/info.min-manifest.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.min-whitespace-nonl.json b/test_ioccc/test_JSON/info.json/good/info.min-whitespace-nonl.json index 87ecb24d4..6072d3e7f 100644 --- a/test_ioccc/test_JSON/info.json/good/info.min-whitespace-nonl.json +++ b/test_ioccc/test_JSON/info.json/good/info.min-whitespace-nonl.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_info_version":"1.16 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.7 2024-07-12","iocccsize_version":"28.15 2024-06-27","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","txzchk_version":"1.0.8 2024-07-11","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","submit_slot":2,"title":"title-for-entry2","abstract":"abstract for entry #2","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz","rule_2a_size":61,"rule_2b_size":38,"empty_override":false,"rule_2a_override":false,"rule_2a_mismatch":false,"rule_2b_override":false,"highbit_warning":false,"nul_warning":false,"trigraph_warning":false,"wordbuf_warning":false,"ungetc_warning":false,"Makefile_override":false,"first_rule_is_all":true,"found_all_rule":true,"found_clean_rule":true,"found_clobber_rule":true,"found_try_rule":true,"test_mode":false,"manifest":[ {"info_JSON":".info.json"}, {"auth_JSON":".auth.json"}, {"c_src":"prog.c"}, {"Makefile":"Makefile"}, {"remarks":"remarks.md"}, {"extra_file":"extra1"}, {"extra_file":"extra2"}, {"extra_file":"foo"}, {"extra_file":"bar"} ],"formed_timestamp":1716103155,"formed_timestamp_usec":213882,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_info_version":"1.16 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.8 2024-08-23","iocccsize_version":"28.15 2024-06-27","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","txzchk_version":"1.0.8 2024-07-11","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","submit_slot":2,"title":"title-for-entry2","abstract":"abstract for entry #2","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz","rule_2a_size":61,"rule_2b_size":38,"empty_override":false,"rule_2a_override":false,"rule_2a_mismatch":false,"rule_2b_override":false,"highbit_warning":false,"nul_warning":false,"trigraph_warning":false,"wordbuf_warning":false,"ungetc_warning":false,"Makefile_override":false,"first_rule_is_all":true,"found_all_rule":true,"found_clean_rule":true,"found_clobber_rule":true,"found_try_rule":true,"test_mode":false,"manifest":[ {"info_JSON":".info.json"}, {"auth_JSON":".auth.json"}, {"c_src":"prog.c"}, {"Makefile":"Makefile"}, {"remarks":"remarks.md"}, {"extra_file":"extra1"}, {"extra_file":"extra2"}, {"extra_file":"foo"}, {"extra_file":"bar"} ],"formed_timestamp":1716103155,"formed_timestamp_usec":213882,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} \ No newline at end of file diff --git a/test_ioccc/test_JSON/info.json/good/info.min-whitespace.json b/test_ioccc/test_JSON/info.json/good/info.min-whitespace.json index 142f27c70..bd93abed7 100644 --- a/test_ioccc/test_JSON/info.json/good/info.min-whitespace.json +++ b/test_ioccc/test_JSON/info.json/good/info.min-whitespace.json @@ -1 +1 @@ -{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_info_version":"1.16 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.7 2024-07-12","iocccsize_version":"28.15 2024-06-27","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","txzchk_version":"1.0.8 2024-07-11","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","submit_slot":2,"title":"title-for-entry2","abstract":"abstract for entry #2","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz","rule_2a_size":61,"rule_2b_size":38,"empty_override":false,"rule_2a_override":false,"rule_2a_mismatch":false,"rule_2b_override":false,"highbit_warning":false,"nul_warning":false,"trigraph_warning":false,"wordbuf_warning":false,"ungetc_warning":false,"Makefile_override":false,"first_rule_is_all":true,"found_all_rule":true,"found_clean_rule":true,"found_clobber_rule":true,"found_try_rule":true,"test_mode":false,"manifest":[ {"info_JSON":".info.json"}, {"auth_JSON":".auth.json"}, {"c_src":"prog.c"}, {"Makefile":"Makefile"}, {"remarks":"remarks.md"}, {"extra_file":"extra1"}, {"extra_file":"extra2"}, {"extra_file":"foo"}, {"extra_file":"bar"} ],"formed_timestamp":1716103155,"formed_timestamp_usec":213882,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} +{"no_comment":"mandatory comment: because comments were removed from the original JSON spec","IOCCC_info_version":"1.16 2024-05-18","IOCCC_contest":"IOCCC28","IOCCC_year":2024,"mkiocccentry_version":"1.0.8 2024-08-23","iocccsize_version":"28.15 2024-06-27","chkentry_version":"1.0.1 2024-03-02","fnamchk_version":"1.0.2 2024-05-15","txzchk_version":"1.0.8 2024-07-11","IOCCC_contest_id":"12345678-1234-4321-abcd-1234567890ab","submit_slot":2,"title":"title-for-entry2","abstract":"abstract for entry #2","tarball":"submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz","rule_2a_size":61,"rule_2b_size":38,"empty_override":false,"rule_2a_override":false,"rule_2a_mismatch":false,"rule_2b_override":false,"highbit_warning":false,"nul_warning":false,"trigraph_warning":false,"wordbuf_warning":false,"ungetc_warning":false,"Makefile_override":false,"first_rule_is_all":true,"found_all_rule":true,"found_clean_rule":true,"found_clobber_rule":true,"found_try_rule":true,"test_mode":false,"manifest":[ {"info_JSON":".info.json"}, {"auth_JSON":".auth.json"}, {"c_src":"prog.c"}, {"Makefile":"Makefile"}, {"remarks":"remarks.md"}, {"extra_file":"extra1"}, {"extra_file":"extra2"}, {"extra_file":"foo"}, {"extra_file":"bar"} ],"formed_timestamp":1716103155,"formed_timestamp_usec":213882,"timestamp_epoch":"Thu Jan 01 00:00:00 1970 UTC","min_timestamp":1716103155} diff --git a/test_ioccc/test_JSON/info.json/good/info.mixed-spacing.json b/test_ioccc/test_JSON/info.json/good/info.mixed-spacing.json new file mode 100644 index 000000000..aac97093c --- /dev/null +++ b/test_ioccc/test_JSON/info.json/good/info.mixed-spacing.json @@ -0,0 +1,67 @@ +{ + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", + "IOCCC_info_version" : "1.16 2024-05-18", + "IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, + "mkiocccentry_version" : "1.0.8 2024-08-23", + "iocccsize_version" : "28.15 2024-06-27", + "chkentry_version" : "1.0.1 2024-03-02", + "fnamchk_version" : "1.0.2 2024-05-15", + "txzchk_version" : "1.0.8 2024-07-11", + "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", + "submit_slot" : 2, + "title" : "title-for-entry2", + "abstract" : "abstract for entry #2", + "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz", + "rule_2a_size" : 61, + "rule_2b_size" : 38, + "empty_override" : false, + "rule_2a_override" : false, + "rule_2a_mismatch" : false, + "rule_2b_override" : false, + "highbit_warning" : false, + "nul_warning" : false, + "trigraph_warning" : false, + "wordbuf_warning" : false, + "ungetc_warning" : false, + "Makefile_override" : false, + "first_rule_is_all" : true, + "found_all_rule" : true, + "found_clean_rule" : true, + "found_clobber_rule" : true, + "found_try_rule" : true, + "test_mode" : false, + "manifest" : [ + { + "info_JSON" : ".info.json" + }, + { + "auth_JSON" : ".auth.json" + }, + { + "c_src" : "prog.c" + }, + { + "Makefile" : "Makefile" + }, + { + "remarks" : "remarks.md" + }, + { + "extra_file" : "extra1" + }, + { + "extra_file" : "extra2" + }, + { + "extra_file" : "foo" + }, + { + "extra_file" : "bar" + } + ], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 213882, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 +} diff --git a/test_ioccc/test_JSON/info.json/good/info.no-indent.json b/test_ioccc/test_JSON/info.json/good/info.no-indent.json new file mode 100644 index 000000000..38f8b4891 --- /dev/null +++ b/test_ioccc/test_JSON/info.json/good/info.no-indent.json @@ -0,0 +1,67 @@ +{ +"no_comment" : "mandatory comment: because comments were removed from the original JSON spec", +"IOCCC_info_version" : "1.16 2024-05-18", +"IOCCC_contest" : "IOCCC28", +"IOCCC_year" : 2024, +"mkiocccentry_version" : "1.0.8 2024-08-23", +"iocccsize_version" : "28.15 2024-06-27", +"chkentry_version" : "1.0.1 2024-03-02", +"fnamchk_version" : "1.0.2 2024-05-15", +"txzchk_version" : "1.0.8 2024-07-11", +"IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", +"submit_slot" : 2, +"title" : "title-for-entry2", +"abstract" : "abstract for entry #2", +"tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz", +"rule_2a_size" : 61, +"rule_2b_size" : 38, +"empty_override" : false, +"rule_2a_override" : false, +"rule_2a_mismatch" : false, +"rule_2b_override" : false, +"highbit_warning" : false, +"nul_warning" : false, +"trigraph_warning" : false, +"wordbuf_warning" : false, +"ungetc_warning" : false, +"Makefile_override" : false, +"first_rule_is_all" : true, +"found_all_rule" : true, +"found_clean_rule" : true, +"found_clobber_rule" : true, +"found_try_rule" : true, +"test_mode" : false, +"manifest" : [ +{ +"info_JSON" : ".info.json" +}, +{ +"auth_JSON" : ".auth.json" +}, +{ +"c_src" : "prog.c" +}, +{ +"Makefile" : "Makefile" +}, +{ +"remarks" : "remarks.md" +}, +{ +"extra_file" : "extra1" +}, +{ +"extra_file" : "extra2" +}, +{ +"extra_file" : "foo" +}, +{ +"extra_file" : "bar" +} +], +"formed_timestamp" : 1716103155, +"formed_timestamp_usec" : 213882, +"timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", +"min_timestamp" : 1716103155 +} diff --git a/test_ioccc/test_JSON/info.json/good/info.quote-null.json b/test_ioccc/test_JSON/info.json/good/info.quote-null.json index e0b15db97..0f91b751b 100644 --- a/test_ioccc/test_JSON/info.json/good/info.quote-null.json +++ b/test_ioccc/test_JSON/info.json/good/info.quote-null.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.reference.json b/test_ioccc/test_JSON/info.json/good/info.reference.json index 1abe0a6ec..78055d407 100644 --- a/test_ioccc/test_JSON/info.json/good/info.reference.json +++ b/test_ioccc/test_JSON/info.json/good/info.reference.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.simple-0.json b/test_ioccc/test_JSON/info.json/good/info.simple-0.json index e8e379943..b6f2caca6 100644 --- a/test_ioccc/test_JSON/info.json/good/info.simple-0.json +++ b/test_ioccc/test_JSON/info.json/good/info.simple-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.simple-1.json b/test_ioccc/test_JSON/info.json/good/info.simple-1.json index 0752b782f..9b5bd2b8b 100644 --- a/test_ioccc/test_JSON/info.json/good/info.simple-1.json +++ b/test_ioccc/test_JSON/info.json/good/info.simple-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.sorted.json b/test_ioccc/test_JSON/info.json/good/info.sorted.json index aec680fa2..f87b4892b 100644 --- a/test_ioccc/test_JSON/info.json/good/info.sorted.json +++ b/test_ioccc/test_JSON/info.json/good/info.sorted.json @@ -48,7 +48,7 @@ } ], "min_timestamp" : 1716103155, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", "nul_warning" : false, "rule_2a_mismatch" : false, diff --git a/test_ioccc/test_JSON/info.json/good/info.tabs.json b/test_ioccc/test_JSON/info.json/good/info.tabs.json new file mode 100644 index 000000000..caeb8cf8b --- /dev/null +++ b/test_ioccc/test_JSON/info.json/good/info.tabs.json @@ -0,0 +1,67 @@ +{ + "no_comment" : "mandatory comment: because comments were removed from the original JSON spec", + "IOCCC_info_version" :"1.16 2024-05-18", + "IOCCC_contest" : "IOCCC28", + "IOCCC_year" : 2024, + "mkiocccentry_version" : "1.0.8 2024-08-23", + "iocccsize_version" : "28.15 2024-06-27", + "chkentry_version" : "1.0.1 2024-03-02", + "fnamchk_version" : "1.0.2 2024-05-15", + "txzchk_version" : "1.0.8 2024-07-11", + "IOCCC_contest_id" : "12345678-1234-4321-abcd-1234567890ab", + "submit_slot" : 2, + "title" : "title-for-entry2", + "abstract" : "abstract for entry #2", + "tarball" : "submit.12345678-1234-4321-abcd-1234567890ab-2.1716103155.txz", + "rule_2a_size" : 61, + "rule_2b_size" : 38, + "empty_override" : false, + "rule_2a_override" : false, + "rule_2a_mismatch" : false, + "rule_2b_override" : false, + "highbit_warning" : false, + "nul_warning" : false, + "trigraph_warning" : false, + "wordbuf_warning" : false, + "ungetc_warning" : false, + "Makefile_override" : false, + "first_rule_is_all" : true, + "found_all_rule" : true, + "found_clean_rule" : true, + "found_clobber_rule" : true, + "found_try_rule" : true, + "test_mode" : false, + "manifest" : [ + { + "info_JSON" : ".info.json" + }, + { + "auth_JSON" : ".auth.json" + }, + { + "c_src" : "prog.c" + }, + { + "Makefile" : "Makefile" + }, + { + "remarks" : "remarks.md" + }, + { + "extra_file" : "extra1" + }, + { + "extra_file" : "extra2" + }, + { + "extra_file" : "foo" + }, + { + "extra_file" : "bar" + } + ], + "formed_timestamp" : 1716103155, + "formed_timestamp_usec" : 213882, + "timestamp_epoch" : "Thu Jan 01 00:00:00 1970 UTC", + "min_timestamp" : 1716103155 +} diff --git a/test_ioccc/test_JSON/info.json/good/info.test-0.json b/test_ioccc/test_JSON/info.json/good/info.test-0.json index c0c858ef2..9812d16b2 100644 --- a/test_ioccc/test_JSON/info.json/good/info.test-0.json +++ b/test_ioccc/test_JSON/info.json/good/info.test-0.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15", diff --git a/test_ioccc/test_JSON/info.json/good/info.test-1.json b/test_ioccc/test_JSON/info.json/good/info.test-1.json index 4acf6e611..d020cbbce 100644 --- a/test_ioccc/test_JSON/info.json/good/info.test-1.json +++ b/test_ioccc/test_JSON/info.json/good/info.test-1.json @@ -3,7 +3,7 @@ "IOCCC_info_version" : "1.16 2024-05-18", "IOCCC_contest" : "IOCCC28", "IOCCC_year" : 2024, - "mkiocccentry_version" : "1.0.7 2024-07-12", + "mkiocccentry_version" : "1.0.8 2024-08-23", "iocccsize_version" : "28.15 2024-06-27", "chkentry_version" : "1.0.1 2024-03-02", "fnamchk_version" : "1.0.2 2024-05-15",