mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 12:23:06 +02:00
gdbus-introspection test: test escaping attributes
Make sure attribute values are properly escaped in generated XML. https://bugzilla.gnome.org/show_bug.cgi?id=721796
This commit is contained in:
parent
04ee782486
commit
8bc63b0ef0
@ -163,7 +163,9 @@ test_generate (void)
|
||||
" <method name='Sleep'>"
|
||||
" <arg type='i' name='timeout' direction='in'/>"
|
||||
" </method>"
|
||||
" <property name='y' type='y' access='readwrite'/>"
|
||||
" <property name='y' type='y' access='readwrite'>"
|
||||
" <annotation name='needs-escaping' value='bar<>'"'/>"
|
||||
" </property>"
|
||||
" </interface>"
|
||||
" </node>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user