Skip to content

find_test_scripts should only strip trailing [rR] and not any [rR] #492

Description

@brodieG

This line:

test_names <- gsub("\\.[rR]", "", test_names)

Should be (I think):

test_names <- sub("\\.[rR]$", "", test_names)

I'll submit a pull request in a few minutes to fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions