mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
c8922bb143
2006-05-28 Matthias Clasen <mclasen@redhat.com> * tests/markups/expected-*: Output that test-markup is expected to produce when run on the valid gmarkup examples. * tests/markup-test.c: Only dump the results of the first, unchunked parse, to compare it against the expected output. * tests/run-markup-tests.sh: For valid examples, compare the output of test-markup against the corresponding expected-<n> file.
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
PASS '<!DOCTYPE foo "foo" [
|
|
<!ELEMENT foo ANY >
|
|
]>'
|
|
ELEMENT 'foo'
|
|
TEXT ''
|
|
END 'foo'
|