diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-07 09:21:53 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-07 09:21:53 +0000 |
commit | 78e30d87ad8703e9db2be937c68dd7ea97cb7071 (patch) | |
tree | 528a7926cc10ac64386b986c97ab997aeda09ce7 /tests/docs | |
parent | 22de9c08383fb83cbb6a073018bb76056ed329aa (diff) | |
download | libxslt-78e30d87ad8703e9db2be937c68dd7ea97cb7071.tar.gz libxslt-78e30d87ad8703e9db2be937c68dd7ea97cb7071.tar.bz2 libxslt-78e30d87ad8703e9db2be937c68dd7ea97cb7071.zip |
added a specific regression test for the variable scope within templates
* tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-40-* tests/docs/bug-40-*: added a specific
regression test for the variable scope within templates problem
Daniel
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docs/bug-40-.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am index 867c61cb..7cac4a7b 100644 --- a/tests/docs/Makefile.am +++ b/tests/docs/Makefile.am @@ -43,6 +43,7 @@ EXTRA_DIST = \ bug-37-.xml \ bug-38-.xml \ bug-39-.xml \ + bug-40-.xml \ character.xml \ array.xml \ items.xml diff --git a/tests/docs/bug-40-.xml b/tests/docs/bug-40-.xml new file mode 100644 index 00000000..69d62f2c --- /dev/null +++ b/tests/docs/bug-40-.xml @@ -0,0 +1 @@ +<doc/> |