mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
spelling: rscript
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
46a74f2855
commit
8b53e788d9
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def test_r_parsing_expr_args_in_entry2(tempdir_factory, store):
|
||||||
assert msg == ('You can supply at most one expression.',)
|
assert msg == ('You can supply at most one expression.',)
|
||||||
|
|
||||||
|
|
||||||
def test_r_parsing_expr_non_Rscirpt(tempdir_factory, store):
|
def test_r_parsing_expr_non_Rscript(tempdir_factory, store):
|
||||||
with pytest.raises(ValueError) as execinfo:
|
with pytest.raises(ValueError) as execinfo:
|
||||||
r._entry_validate(['AnotherScript', '-e', '{{}}'])
|
r._entry_validate(['AnotherScript', '-e', '{{}}'])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue