mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Output that test-markup is expected to produce when run on the valid
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.
This commit is contained in:
committed by
Matthias Clasen
parent
2585e9aadb
commit
c8922bb143
61
tests/markups/expected-3
Normal file
61
tests/markups/expected-3
Normal file
@@ -0,0 +1,61 @@
|
||||
ELEMENT 'foo'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
b="2"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
b="2"
|
||||
c="3"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
b="2"
|
||||
c="3"
|
||||
d="4"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
b="2"
|
||||
c="3"
|
||||
d="4"
|
||||
e="5"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
b="2"
|
||||
c="3"
|
||||
d="4"
|
||||
e="5"
|
||||
f="6"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
b="2"
|
||||
c="3"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
ELEMENT 'bar'
|
||||
a="1"
|
||||
END 'bar'
|
||||
TEXT '
|
||||
'
|
||||
END 'foo'
|
Reference in New Issue
Block a user