mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-07 04:14:01 +01:00
fix: Add missing comma
* Add missing comma in a test
This commit is contained in:
committed by
Pablo Aguiar
parent
925e562d96
commit
cf1beb6b89
@@ -13,7 +13,7 @@ def output():
|
|||||||
[
|
[
|
||||||
"$ cd newdir",
|
"$ cd newdir",
|
||||||
" $ cd newdir",
|
" $ cd newdir",
|
||||||
"$ $ cd newdir"
|
"$ $ cd newdir",
|
||||||
" $ $ cd newdir",
|
" $ $ cd newdir",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user