修正合并中的一个小错误

This commit is contained in:
Zhicheng Wang 2016-05-27 12:44:17 +08:00
parent c1efe5e46f
commit c3c1fc6627
1 changed files with 1 additions and 2 deletions

View File

@ -359,10 +359,9 @@ block template-expressions-cannot
模板语句解析器和模板表达式解析器有所不同,它的特别之处在于它既支持支持基本赋值(`=`)又支持使用分号(`;`)和逗号(`,`)把表达式串起来。
However, certain #{_JavaScript} syntax is not allowed:
* !{__new_op}
但无论如何某些JavaScript语法仍然是不允许的
* the `new` operator
* !{__new_op}
* `new`运算符
* increment and decrement operators, `++` and `--`
* 自增和自减运算符:`++`和`--`