mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
14 lines
164 B
XML
14 lines
164 B
XML
|
<?xml version="1.0"?>
|
||
|
<foo>
|
||
|
<?cheese is tasty?>
|
||
|
<bar>
|
||
|
<baz/>
|
||
|
<cheese/>
|
||
|
<baz/>
|
||
|
<?toast is tasty?>
|
||
|
<cheese/>
|
||
|
<baz/>
|
||
|
</bar>
|
||
|
<?cheese is gooey?>
|
||
|
</foo>
|