From 60cd87963a771c22eda56365f4059c1fa117e3a3 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 3 May 2020 19:40:15 +1000 Subject: Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations. Backport of changeset 8227:9fc611fc6848. --- test/unit/test.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/test.mak') diff --git a/test/unit/test.mak b/test/unit/test.mak index 228689d2c..23d120622 100644 --- a/test/unit/test.mak +++ b/test/unit/test.mak @@ -17,6 +17,7 @@ TESTEDSRC=\ ../../src/CharClassify.cxx \ ../../src/ContractionState.cxx \ ../../src/Decoration.cxx \ + ../../src/PerLine.cxx \ ../../src/RunStyles.cxx \ ../../src/UniConversion.cxx \ ../../src/UniqueString.cxx -- cgit v1.2.3