TODO note

This commit is contained in:
Evan Driscoll 2018-06-02 20:18:55 -05:00
parent 7dbfe2459b
commit 0500d41fbb

View File

@ -143,6 +143,9 @@ TEST_CASE("serialization")
CHECK(str == CHECK(str ==
"\"The quick brown fox jumps over the lazy brown dog\""); "\"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") SECTION("given width")