added 059
This commit is contained in:
parent
74221f2fb2
commit
e9cf13bce8
3 changed files with 40 additions and 0 deletions
8
patches/patches/059_integers.patch
Normal file
8
patches/patches/059_integers.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
22,24c22,24
|
||||
< 0o131, // octal
|
||||
< 0b1101000, // binary
|
||||
< 0x66, // hex
|
||||
---
|
||||
> 0o132, // octal
|
||||
> 0b1101001, // binary
|
||||
> 0x67, // hex
|
||||
Loading…
Add table
Add a link
Reference in a new issue