# file      : tests/dom-print/testscript
# license   : Apache License 2.0; see accompanying LICENSE file

: utf8
:
{
  cat <<EOI >=f;
    <?xml version="1.0" encoding="UTF-8"?>
    <msg>
      Mitteleuropäische catégorie
    </msg>
    EOI

  $* -wfpp=on f >>~%EOO%
    %<\?xml version="1.0" encoding="UTF-8".*\?>%
    <msg>
      Mitteleuropäische catégorie
    </msg>
    EOO
}
