fix(ExpressionParser): undefined is undefined (was null)
This commit is contained in:

committed by
Alex Rickabaugh

parent
0ca05eee45
commit
b4613ab2d2
@ -92,6 +92,8 @@ export function main() {
|
||||
|
||||
it('should parse null', () => { checkAction('null'); });
|
||||
|
||||
it('should parse undefined', () => { checkAction('undefined'); });
|
||||
|
||||
it('should parse unary - expressions', () => {
|
||||
checkAction('-1', '0 - 1');
|
||||
checkAction('+1', '1');
|
||||
|
Reference in New Issue
Block a user