New testcases.
authorMatthias Clasen <maclas@gmx.de>
Sat, 18 May 2002 22:06:54 +0000 (22:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 18 May 2002 22:06:54 +0000 (22:06 +0000)
commit60f59976d909a2d77a47ef09140ffcdac2187d92
treeb98dd59a6dcfddf8f6fed79b48503228c710419a
parented8f19b4c649b79f6eea12ed60ffd6c0cfb8c0e8
New testcases.

2002-05-18  Matthias Clasen  <maclas@gmx.de>

* tests/markups/fail-36.gmarkup:
* tests/markups/fail-35.gmarkup:
* tests/markups/valid-8.gmarkup:
* tests/markups/valid-7.gmarkup:
* tests/markups/valid-6.gmarkup:
* tests/markups/valid-5.gmarkup: New testcases.

* tests/markup-test.c (passthrough_handler):
(text_handler): Don't ignore the text_len parameter.

* glib/gmarkup.c (find_current_text_end): Don't hang on embedded
nuls.  (#81977)
(g_markup_parse_context_parse): Fix passthrough handling to
correctly skip processing instructions, comments, doctype
declarations and CDATA marked sections.  (#81977)
16 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmarkup.c
tests/markup-test.c
tests/markups/fail-35.gmarkup [new file with mode: 0644]
tests/markups/fail-36.gmarkup [new file with mode: 0644]
tests/markups/valid-5.gmarkup [new file with mode: 0644]
tests/markups/valid-6.gmarkup [new file with mode: 0644]
tests/markups/valid-7.gmarkup [new file with mode: 0644]
tests/markups/valid-8.gmarkup [new file with mode: 0644]
tests/run-markup-tests.sh