Gennaro Prota 432ef2ee5a Add a regression test for reading a missing nvp (#109)
Issue #109 is the same Boost 1.66 `my_parse` regression as #82 and #99,
reached by a different path: reading an nvp that is not present fails
and consumes the closing tag, so at destruction `windup()` meets end of
input and (before the fix) threw out of the noexcept destructor,
terminating the process.

The `my_parse` fix already resolves it; this adds the guarding test. It
reads a value, then a missing nvp (catching the exception), and lets the
archive destruct: it aborts before the fix and passes after.

Refs issue #109.
2026-07-21 08:46:29 +00:00
2021-01-22 11:42:54 -08:00
2023-11-02 20:23:32 -07:00
2026-07-20 07:09:47 +00:00
2021-01-22 11:42:54 -08:00
2004-07-11 00:30:45 +00:00
2022-09-10 14:20:20 -07:00
S
Description
No description provided
18 MiB
Languages
C++ 98.6%
CMake 1.2%
Shell 0.2%