Add style information to events generated by Parser.
[pyyaml/python3.git] / tests / data / construct-custom.code
blobbcc283f4af61b9ef30789423f5191927d6591acc
2     MyTestClass1(x=1),
3     MyTestClass1(x=1, y=2, z=3),
4     MyTestClass2(x=10),
5     MyTestClass2(x=10, y=20, z=30),
6     MyTestClass3(x=1),
7     MyTestClass3(x=1, y=2, z=3),
8     MyTestClass3(x=1, y=2, z=3),