mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 12:06:04 +00:00
fix: Add missing comma
* Add missing comma in a test
This commit is contained in:
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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user