From 0500d41fbb35f32196fc6819fcdc2169ba0ab824 Mon Sep 17 00:00:00 2001 From: Evan Driscoll Date: Sat, 2 Jun 2018 20:18:55 -0500 Subject: [PATCH] TODO note --- test/src/unit-fancy-serialization.cpp | 3 +++ 1 file changed, 3 insertions(+) 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")