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
41b810da7f
gtk2
/
testsuite
/
gsk
/
nodeparser
/
debug.node
6 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
testsuite: Add serialize test for debug node
2019-05-02 18:09:31 +00:00
debug {
nodeparser: Print debug message before child This puts the message up top, where it can be seen, and not at the other end of an endless tree of children. Update tests to match.
2021-03-09 05:43:47 +00:00
message: "I'm a debug node.";
testsuite: Remove serialize-deserialize test The serialize-deserialize test is completely handled via the new nodeparser tests. So move those tests over and delete the old test binary.
2019-05-20 01:38:45 +00:00
child: container {
}
testsuite: Add serialize test for debug node
2019-05-02 18:09:31 +00:00
}
Reference in New Issue
Copy Permalink