##// END OF EJS Templates
Test that specifying a range beyond the end of the current session doesn't raise an error.
Thomas Kluyver -
Show More
@@ -39,6 +39,9 b' def test_history():'
39
39
40 nt.assert_equal(ip.history_manager.input_hist_raw, [''] + hist)
40 nt.assert_equal(ip.history_manager.input_hist_raw, [''] + hist)
41
41
42 # Check whether specifying a range beyond the end of the current
43 # session results in an error (gh-804)
44 ip.magic('%hist 2-500')
42
45
43 # New session
46 # New session
44 ip.history_manager.reset()
47 ip.history_manager.reset()
General Comments 0
You need to be logged in to leave comments. Login now