##// END OF EJS Templates
Bring inputsplitter tests to 100% coverage.
Thomas Kluyver -
Show More
@@ -342,9 +342,14 b' class InputSplitterTestCase(unittest.TestCase):'
342 [['for i in range(10):'
342 [['for i in range(10):'
343 ' x=i**2']],
343 ' x=i**2']],
344
344
345 [['for i in range(10):'
345 [['for i in range(10):',
346 ' x=i**2'],
346 ' x=i**2'],
347 ['z = 1']],
347 ['z = 1']],
348
349 [['for i in range(10):',
350 ' x=i**2'],
351 ['z = 1'],
352 ['a = None']],
348
353
349 [['"asdf"']],
354 [['"asdf"']],
350
355
General Comments 0
You need to be logged in to leave comments. Login now