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
|
@ -207,6 +207,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_decompile("layout_dec")
|
||||
self.assert_decompile("menu_dec")
|
||||
self.assert_decompile("property")
|
||||
self.assert_decompile("placeholder_dec")
|
||||
self.assert_decompile("signal")
|
||||
self.assert_decompile("strings")
|
||||
self.assert_decompile("style_dec")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue