From fbb5038105e26e07d34184544ea4c70892acef92 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 2 Jul 2026 15:46:25 +0100 Subject: Fixes to parseEscapedString Fix the warnings picked up by the latest clang-tidy. Add test cases lifted from the bad_lines log. Add missing support for \b in escaping. --- test/Jamfile.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 98c0d9a..b8d4a6e 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -34,6 +34,8 @@ run test-ingest.cpp : -- : ../src/schema.sql : + fixtures/badHex.in.txt + fixtures/badHex.exp.txt BOOST_TEST_DYN_LINK testing-util ..//dbpp-postgresql -- cgit v1.3