[cleanup] Misc

Authored by: Grub4K
This commit is contained in:
Simon Sawicki 2023-09-24 02:35:23 +02:00
parent de015e9307
commit 088add9567
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -2405,5 +2405,6 @@ Line 1
assert run_shell(['echo', '^!']) == '"^!"\n'
assert run_shell('echo "^!"') == '"^!"\n'
if __name__ == '__main__':
unittest.main()