mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Test attribute value delimiters.
* tests/markups/valid-4.gmarkup: Test attribute value delimiters. * glib/gmarkup.c (g_markup_parse_context_parse): Support ' and " as attribute value delimiters. (#70677)
This commit is contained in:
8
tests/markups/valid-4.gmarkup
Normal file
8
tests/markups/valid-4.gmarkup
Normal file
@@ -0,0 +1,8 @@
|
||||
<foo>
|
||||
<bar a='1'/>
|
||||
<bar a="2"/>
|
||||
<bar a='3"'/>
|
||||
<bar a="4'"/>
|
||||
<bar a="5''''"/>
|
||||
</foo>
|
||||
|
Reference in New Issue
Block a user