This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a77beb39a1
gtk2
/
testsuite
/
gsk
/
nodeparser
/
empty-shadow.ref.node
8 lines
109 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
shadow {
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
shadows: rgb(0,0,0) 1 1;
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