Try adding this to the test cases: ``` coffee left: [ l.a ] right: [ r.a ] expected: [ [l.a, r.a], [l.a, r.a] ] ``` It fails, producing `[ [l.a, r.a], [l.a, null] ]`