Test unary expression parsing

This commit is contained in:
Tim Schaub
2013-06-11 15:45:16 -06:00
parent a0bd736948
commit 26a7d907a2
2 changed files with 38 additions and 1 deletions

View File

@@ -424,7 +424,7 @@ ol.expression.Parser.prototype.parsePrimaryExpression_ = function(lexer) {
/**
* Parse expression with a unary operator.
* Parse expression with a unary operator. Limited to logical not operator.
* http://www.ecma-international.org/ecma-262/5.1/#sec-11.4
*
* @param {ol.expression.Lexer} lexer Lexer.