]> code.delx.au - gnu-emacs-elpa/commit
Allow 0o octals in strict mode
authorCarl Lei <xecycle@gmail.com>
Thu, 5 Nov 2015 05:21:43 +0000 (13:21 +0800)
committerCarl Lei <xecycle@gmail.com>
Thu, 5 Nov 2015 11:48:18 +0000 (19:48 +0800)
commit29f74b19e1c44ff498cc975466569b782a106e89
treed44392c7fd8492c770843298ac73112d651b6341
parent49555849abf9e5f03766056f10e6ac89ddc487b4
Allow 0o octals in strict mode

0o octals are allowed in ES6 strict mode, while octals like 0123 are
called LegacyOctalIntegerLiteral and remain disallowed.
js2-mode.el
tests/parser.el