e10839f998
This is required by the ES2 standard: http://screen/Qysv4fPW5r5LA9e This actually already worked fine because `strtoull` natively recognizes octal values without any work on our part. However, we lacked a test. Change-Id: I3033de899918abe99c63a9b7b79bd4c3374ee315 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/471716 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
3 lines
30 B
Plaintext
3 lines
30 B
Plaintext
int i1 = 08;
|
|
int i2 = 012349;
|