summaryrefslogtreecommitdiffstats
path: root/crates/core/thin_edge_json/tests/fixtures/invalid
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/thin_edge_json/tests/fixtures/invalid')
-rw-r--r--crates/core/thin_edge_json/tests/fixtures/invalid/reject_invalid_timestamp.expected_error2
-rw-r--r--crates/core/thin_edge_json/tests/fixtures/invalid/reject_partial_timestamp.expected_error2
-rw-r--r--crates/core/thin_edge_json/tests/fixtures/invalid/reject_timestamp_missing_time_separator.expected_error2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/core/thin_edge_json/tests/fixtures/invalid/reject_invalid_timestamp.expected_error b/crates/core/thin_edge_json/tests/fixtures/invalid/reject_invalid_timestamp.expected_error
index c28fb90e..081cbde6 100644
--- a/crates/core/thin_edge_json/tests/fixtures/invalid/reject_invalid_timestamp.expected_error
+++ b/crates/core/thin_edge_json/tests/fixtures/invalid/reject_invalid_timestamp.expected_error
@@ -1,4 +1,4 @@
-Invalid JSON: Invalid ISO8601 timestamp (expected YYYY-MM-DDThh:mm:ss.sss.±hh:mm): "2013-06-22 3am": input contains invalid characters at line 2 column 27: `",
+Invalid JSON: Invalid ISO8601 timestamp (expected YYYY-MM-DDThh:mm:ss.sss.±hh:mm): "2013-06-22 3am": a character literal was not valid at line 2 column 27: `",
"pressure": 220
}
` \ No newline at end of file
diff --git a/crates/core/thin_edge_json/tests/fixtures/invalid/reject_partial_timestamp.expected_error b/crates/core/thin_edge_json/tests/fixtures/invalid/reject_partial_timestamp.expected_error
index 78bd00e0..54a5bc5a 100644
--- a/crates/core/thin_edge_json/tests/fixtures/invalid/reject_partial_timestamp.expected_error
+++ b/crates/core/thin_edge_json/tests/fixtures/invalid/reject_partial_timestamp.expected_error
@@ -1,4 +1,4 @@
-Invalid JSON: Invalid ISO8601 timestamp (expected YYYY-MM-DDThh:mm:ss.sss.±hh:mm): "2013-06-22": premature end of input at line 2 column 23: `",
+Invalid JSON: Invalid ISO8601 timestamp (expected YYYY-MM-DDThh:mm:ss.sss.±hh:mm): "2013-06-22": a character literal was not valid at line 2 column 23: `",
"pressure": 220
}
` \ No newline at end of file
diff --git a/crates/core/thin_edge_json/tests/fixtures/invalid/reject_timestamp_missing_time_separator.expected_error b/crates/core/thin_edge_json/tests/fixtures/invalid/reject_timestamp_missing_time_separator.expected_error
index 1e75dd3a..a2569eb9 100644
--- a/crates/core/thin_edge_json/tests/fixtures/invalid/reject_timestamp_missing_time_separator.expected_error
+++ b/crates/core/thin_edge_json/tests/fixtures/invalid/reject_timestamp_missing_time_separator.expected_error
@@ -1,2 +1,2 @@
-Invalid JSON: Invalid ISO8601 timestamp (expected YYYY-MM-DDThh:mm:ss.sss.±hh:mm): "2013-06-2217:03:14.000658767+02:00": input contains invalid characters at line 3 column 1: `}
+Invalid JSON: Invalid ISO8601 timestamp (expected YYYY-MM-DDThh:mm:ss.sss.±hh:mm): "2013-06-2217:03:14.000658767+02:00": a character literal was not valid at line 3 column 1: `}
` \ No newline at end of file