Removed space alignment and hex literals from test case check
ToString is not capable of producing this
This commit is contained in:
parent
5dcf3b3d1a
commit
aa84d9a429
@ -179,9 +179,9 @@ enum ro AffrontToGod:{Int 4}
|
|||||||
3
|
3
|
||||||
4
|
4
|
||||||
enum ro NamedColor:U32
|
enum ro NamedColor:U32
|
||||||
red 0xFF0000
|
red 16711680
|
||||||
green 0x00FF00
|
green 65280
|
||||||
blue 0x0000FF
|
blue 255
|
||||||
enum ro Weekday:Int
|
enum ro Weekday:Int
|
||||||
sunday
|
sunday
|
||||||
monday
|
monday
|
||||||
|
Reference in New Issue
Block a user