Go to the source code of this file.
◆ XML_NO_SIBLINGS
Value:"<xml>\n" \
" <!-- comment -->" \
" <foo id='child1'>text</foo>" \
" <!-- another comment -->" \
"</xml>"
Definition at line 24 of file pcmk__xe_next_test.c.
◆ XML_SIBLINGS
Value:"<xml>\n" \
" <!-- comment -->" \
" <foo id='child1'>text</foo>" \
" <!-- another comment -->" \
" <bar id='child2'>text</bar>" \
" <!-- yet another comment -->" \
" <foo id='child3'>text</foo>" \
"</xml>"
Definition at line 49 of file pcmk__xe_next_test.c.
◆ PCMK__UNIT_TEST()