update line cap display

This commit is contained in:
John Mitchell
2017-01-12 16:06:36 -05:00
parent f446705767
commit 5ba0e1383b
3 changed files with 8 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ describe('parseStdoutService', () => {
end_line: 11,
stdout: "a\r\nb\r\nc..."
};
let expectedReturn = [[8, "a"],[9, "b"], [10,"c..."], [11, "[1;imline capped.[0im"]];
let expectedReturn = [[8, "a"],[9, "b"], [10,"c..."], [11, "[1;imLine capped.[0m"]];
let returnedEvent = parseStdoutService.getLineArr(mockEvent);