##// END OF EJS Templates
test for GH #1269
Paul Ivanov -
Show More
@@ -353,3 +353,8 b' def test_timeit_shlex():'
353 _ip.magic('timeit -r1 -n1 ("a " + "b")')
353 _ip.magic('timeit -r1 -n1 ("a " + "b")')
354 _ip.magic('timeit -r1 -n1 f("a " + "b")')
354 _ip.magic('timeit -r1 -n1 f("a " + "b")')
355 _ip.magic('timeit -r1 -n1 f("a " + "b ")')
355 _ip.magic('timeit -r1 -n1 f("a " + "b ")')
356
357
358 def test_timeit_arguments():
359 "Test valid timeit arguments, should not cause SyntaxError (GH #1269)"
360 _ip.magic("timeit ('#')")
General Comments 0
You need to be logged in to leave comments. Login now