mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
decompiler: Allow and ignore <placeholder/>
Some existing files contain <placeholder/> tags, which should be permitted but ignored.
This commit is contained in:
parent
e3a37893a8
commit
d73c83aa63
4 changed files with 19 additions and 0 deletions
9
tests/samples/placeholder.ui
Normal file
9
tests/samples/placeholder.ui
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
4
tests/samples/placeholder_dec.blp
Normal file
4
tests/samples/placeholder_dec.blp
Normal file
|
@ -0,0 +1,4 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Box {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue