I run testthat but it fails (version 1.2.4):
-
checking tests ...
Running 'testthat.R'
ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
expected: "..."
-- Failure ('test-utf8_format.R:249:3'): 'format' can handle zero chars --------
as.character(centre) (actual) not equal to "..." (expected).
actual: "\u2026"
expected: "..."
-- Failure ('test-utf8_format.R:250:3'): 'format' can handle zero chars --------
as.character(right) (actual) not equal to "..." (expected).
actual: "\u2026"
expected: "..."
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 138 ]
Error: Test failures
Execution halted
What other information is needed?
I run testthat but it fails (version 1.2.4):
checking tests ...
Running 'testthat.R'
ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
expected: "..."-- Failure ('test-utf8_format.R:249:3'): 'format' can handle zero chars --------
as.character(centre) (
actual) not equal to "..." (expected).actual: "\u2026"expected: "..."-- Failure ('test-utf8_format.R:250:3'): 'format' can handle zero chars --------
as.character(right) (
actual) not equal to "..." (expected).actual: "\u2026"expected: "..."[ FAIL 13 | WARN 0 | SKIP 17 | PASS 138 ]
Error: Test failures
Execution halted
What other information is needed?