Adds an extra test case

This commit is contained in:
John Richards
2021-10-07 02:02:00 -04:00
parent a504452b7b
commit 15f2a4013e
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -5,4 +5,5 @@ d = [None]
e = [('a', 'b', 'c')]
f = [a, b]
g = []
h = [1, 2, [3, 4]]
a = [None, None, None]

View File

@@ -5,4 +5,5 @@ d = [ None ] <EOL>
e = [ ( 'a' , 'b' , 'c' ) ] <EOL>
f = [ a , b ] <EOL>
g = [ ] <EOL>
h = [ 1 , 2 , [ 3 , 4 ] ] <EOL>
a = [ None , None , None ] <EOL>