Skip to content

R: non-ASCII characters in test name are not printed properly #66

Open
@Voileexperiments

Description

@Voileexperiments

Related: #67

test_that("two_oldest_ages µ", {
  expect_equal(two_oldest_ages(c(1,5,87,45,8,8)), c(45,87))
  expect_equal(two_oldest_ages(c(6,5,83,5,3,18)), c(18,83))
})

gives

image

Note: I'm not sure if the issue comes from CW formatter or the test framework itself.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions