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
2025-01-08 11:40:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f1dff40391
gtk
/
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