[Lldb-commits] [PATCH] D55597: lldb-test: Improve newline handling

2018-12-15 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB349269: lldb-test: Improve newline handling (authored by labath, committed by ). Herald added a subscriber: abidh. Changed prior to commit: https://reviews.llvm.org/D55597?vs=177841&id=178362#toc Re

[Lldb-commits] [PATCH] D55597: lldb-test: Improve newline handling

2018-12-12 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added a reviewer: zturner. Previously lldb-test's LinePrinter would output the indentation spaces even on completely empty lines. This is not nice, as trailing spaces get flagged as errors in some tools/editors, and it prevents FileCheck's CHECK-EMPTY from work