24 PASS parseDraggableRegion('') is null
25 PASS parseDraggableRegion(' ') is null
26 PASS parseDraggableRegion('x') is null
27 PASS parseDraggableRegion('x-') is null
28 PASS parseDraggableRegion('x()') is null
29 PASS parseDraggableRegion('x(a)') is null
30 PASS parseDraggableRegion('none x') is null
31 PASS parseDraggableRegion('none x()') is null
32 PASS parseDraggableRegion('none x(a)') is null
24FAIL parseDraggableRegion('') should be null (of type object). Was (of type string).
25FAIL parseDraggableRegion(' ') should be null (of type object). Was (of type string).
26FAIL parseDraggableRegion('x') should be null (of type object). Was (of type string).
27FAIL parseDraggableRegion('x-') should be null (of type object). Was (of type string).
28FAIL parseDraggableRegion('x()') should be null (of type object). Was (of type string).
29FAIL parseDraggableRegion('x(a)') should be null (of type object). Was (of type string).
30FAIL parseDraggableRegion('none x') should be null (of type object). Was (of type string).
31FAIL parseDraggableRegion('none x()') should be null (of type object). Was (of type string).
32FAIL parseDraggableRegion('none x(a)') should be null (of type object). Was (of type string).