diff --git a/test/src/unit-fancy-serialization.cpp b/test/src/unit-fancy-serialization.cpp index 3a8e79202..71eab34ec 100644 --- a/test/src/unit-fancy-serialization.cpp +++ b/test/src/unit-fancy-serialization.cpp @@ -143,6 +143,9 @@ TEST_CASE("serialization") CHECK(str == "\"The quick brown fox jumps over the lazy brown dog\""); } + + // TODO: Handle escape sequences. Figure out what we want the + // behavior to be, first. :-) } SECTION("given width")