From 4df2f7179c12d3a674866bf05e4bd185ac3e2d87 Mon Sep 17 00:00:00 2001 From: Dean Anderson Date: Thu, 27 Sep 2018 18:10:02 -0400 Subject: Fixes for whitespace errors to pass tslint tests --- src/test/CppTests/FileDescription.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/CppTests') diff --git a/src/test/CppTests/FileDescription.test.ts b/src/test/CppTests/FileDescription.test.ts index 362c17a..eecf858 100644 --- a/src/test/CppTests/FileDescription.test.ts +++ b/src/test/CppTests/FileDescription.test.ts @@ -58,7 +58,7 @@ suite("File Description Tests", () => { test("custom block", () => { testSetup.cfg.File.fileOrder = ["custom"]; - testSetup.cfg.File.customTag = ["First Line", "{year} Year Line", "{date} Date Line", + testSetup.cfg.File.customTag = ["First Line", "{year} Year Line", "{date} Date Line", "{author} Author Line", "{email} Email Line"]; const result = testSetup.SetLine("").GetResult(); assert.equal("/**\n * First Line\n * " + year + " Year Line\n * " + date + " Date Line\n" + -- cgit v1.2.3