dwww Home | Show directory contents | Find package

describe("captures", {
  it("works with non-ASCII inputs (#120)", {
    expect_equal(captures("ë", regexpr("(.)", "ë", perl = TRUE))[[1]], "ë")
  })
})

Generated by dwww version 1.15 on Tue Jul 2 09:07:51 CEST 2024.