Some minor fixes in parser: Do not warn on escape sequences. Allow 'new' operator without parens. Fix 'var' parsing in preparser. Fix a test.
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert("x\0a" < "x\0b") && ("x\0b" < "x\0c"));
|
||||
assert(("x\0a" < "x\0b") && ("x\0b" < "x\0c"));
|
||||
|
||||
Reference in New Issue
Block a user