This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-12-27 14:10:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3e066a0a15
gtk
/
testsuite
/
gsk
/
nodeparser
/
empty-clip.ref.node
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
testsuite: Add empty node tests For every node type, add a test that creates it empty and ensure that it prints the reference output.
2019-05-19 19:34:13 +00:00
clip {
nodeparser: Change the serialization Arrange things so that non-child parameters are always printed before the children. This greatly helps with readability, which really suffers when there's hundreds of lines of indented children between the node start and its parameters. Update all affected tests.
2021-04-03 00:36:58 +00:00
clip: 0 0 50 50;
testsuite: Add empty node tests For every node type, add a test that creates it empty and ensure that it prints the reference output.
2019-05-19 19:34:13 +00:00
child: color {
bounds: 0 0 50 50;
color: rgb(255,0,204);
}
}
Reference in New Issue
Copy Permalink