Files
yaml-cpp/test
Simon Gene Gottlieb 3e53605a31 test: fixes test for NBSP (non-break space)
This fixes the example "Example 5.13 Escaped Characters" from the YAML
specification.

The example demands that `\_` is being translated to unicode `\u00a0`.
The unicode codepoint `\u00A0` encoded for utf-8 in hex is `\xC2\xA0`.

Fixing this test case will cause the unit test to not pass, since the
codepoint `\u00A0` is not handled correctly.
(Failing unittest is expected).
2026-02-17 16:19:43 -06:00
..
2026-02-11 12:22:05 -06:00
2024-11-07 15:14:36 -06:00
2025-04-29 16:53:58 -05:00
2014-03-23 19:21:13 -05:00
2020-04-09 13:02:10 -05:00