⚗️ reproducing #3377

This commit is contained in:
Niels Lohmann 2022-03-08 13:45:51 +01:00
parent 700b95f447
commit 749b3b78a4
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -804,6 +804,7 @@ TEST_CASE("regression tests 2")
#if JSON_HAS_FILESYSTEM || JSON_HAS_EXPERIMENTAL_FILESYSTEM
SECTION("issue #3070 - Version 3.10.3 breaks backward-compatibility with 3.10.2 ")
{
assert(false);
nlohmann::detail::std_fs::path text_path("/tmp/text.txt");
json j(text_path);