From a4f3311170916e6c142ca9a1b51a19b4f3c94d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 19 Dec 2016 17:22:45 +0100 Subject: [PATCH] line break --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 57fc089c3..2dcdb7424 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,9 @@ option `testthat.summary.max_reports` (default 15) is reached (#520). -* New option `testthat.summary.omit_dots`, default to `FALSE`. Setting to `TRUE` hides the progress dots from the output of the summary reporter, which speeds up tests by a small margin (#502). +* New option `testthat.summary.omit_dots`, default to `FALSE`. Setting to `TRUE` + hides the progress dots from the output of the summary reporter, which speeds + up tests by a small margin (#502). * New `LocationReporter` which just prints the location of every expectation. This is useful for locating segfaults and C/C++ breakpoints (#551).