This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Recognize "0odddd" octal literals.
authorTAKAI Kousuke <62541129+t-a-k@users.noreply.github.com>
Thu, 22 Oct 2020 14:23:57 +0000 (23:23 +0900)
committerKarl Williamson <khw@cpan.org>
Tue, 8 Dec 2020 04:52:14 +0000 (21:52 -0700)
commitb728918b483f9049ab74984ee11e359e8a769b08
tree0a3fceb4b3806fc4858d621412559a8146df56ce
parent53443c95ef3bc199725ac4c021e83f6414852f7f
toke.c: Recognize "0odddd" octal literals.

t/base/num.t: Add some test for "0odddd" octals.
t/base/num.t
toke.c