Organized test case members alphabetically

This commit is contained in:
Sasha Koshka 2022-08-23 01:36:40 -04:00
parent aa84d9a429
commit c29efd97ba
1 changed files with 6 additions and 6 deletions

View File

@ -179,16 +179,16 @@ enum ro AffrontToGod:{Int 4}
3 3
4 4
enum ro NamedColor:U32 enum ro NamedColor:U32
red 16711680
green 65280
blue 255 blue 255
green 65280
red 16711680
enum ro Weekday:Int enum ro Weekday:Int
sunday friday
monday monday
saturday
sunday
thursday
tuesday tuesday
wednesday wednesday
thursday
friday
saturday
`, test) `, test)
} }