We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e9563 commit a7be197Copy full SHA for a7be197
tests/cfg_test.py
@@ -288,9 +288,8 @@ def test_orelse_with_no_variables_to_save(self):
288
self.connected(exit_does_this_kill_us, ret_does_this_kill_us_3),
289
self.connected(ret_does_this_kill_us_3, print_so),
290
self.connected(print_so, print_good),
291
- self.connected(print_good, _exit),
292
-
293
- ])
+ self.connected(print_good, _exit)
+ ])
294
295
def test_try_orelse_with_no_variables_to_save_and_no_args(self):
296
self.cfg_create_from_file('examples/example_inputs/try_orelse_with_no_variables_to_save_and_no_args.py')
@@ -326,8 +325,7 @@ def test_try_orelse_with_no_variables_to_save_and_no_args(self):
326
325
327
328
329
330
331
])
332
333
def test_final(self):
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments