tests: added test for binary null
This commit is contained in:
parent
abaa4a1020
commit
a8acf9a656
@ -183,6 +183,12 @@ test('typed results', function() {
|
|||||||
dataTypeID: 16,
|
dataTypeID: 16,
|
||||||
actual: [0],
|
actual: [0],
|
||||||
expected: false
|
expected: false
|
||||||
|
},{
|
||||||
|
name: 'binary-boolean null',
|
||||||
|
format: 'binary',
|
||||||
|
dataTypeID: 16,
|
||||||
|
actual: null,
|
||||||
|
expected: null
|
||||||
},{
|
},{
|
||||||
name: 'binary-string',
|
name: 'binary-string',
|
||||||
format: 'binary',
|
format: 'binary',
|
||||||
|
Loading…
Reference in New Issue
Block a user