diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-06 07:52:17 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-06 07:52:17 +0000 |
commit | 6c06207b826e14d12b9f516979b007bb4ce03650 (patch) | |
tree | 5004ebc4371e9941f4eb807b8217ec334c2a0cc7 /tests/docs | |
parent | fc084922143c9f127dae876920fa103f4d1b7a10 (diff) | |
download | libxslt-6c06207b826e14d12b9f516979b007bb4ce03650.tar.gz libxslt-6c06207b826e14d12b9f516979b007bb4ce03650.tar.bz2 libxslt-6c06207b826e14d12b9f516979b007bb4ce03650.zip |
- doc/xslt.html: updated to ask to not send mail directly
- tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-33-* tests/docs/bug-33-*: added a specific
regression test for #55722
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-33-.xml | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 1287f748..07307d75 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -36,6 +36,7 @@ EXTRA_DIST = \ bug-29-.xml bug-29-.ent \ bug-30-.xml \ bug-31-.xml \ + bug-33-.xml \ character.xml \ items.xml diff --git a/tests/docs/bug-33-.xml b/tests/docs/bug-33-.xml new file mode 100644 index 00000000..c58f4d57 --- /dev/null +++ b/tests/docs/bug-33-.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> + +<exam name="Midterm Exam" id="TK421" timeLimit="00:30:00" hints="true"> + <questions xmlns:xlink="http://www.w3.org/1999/xlink"> + <question type="choice" id="TK421-2" instructionId="1"> + <questionText>A <emphasis>constant</emphasis> is something that does +not change.</questionText> + <answers> + <answer id="TK421-2-1" correct="true">True</answer> + <answer id="TK421-2-2">False</answer> + </answers> + </question> + </questions> +</exam> |