diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-05 23:23:15 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-05 23:23:15 +0000 |
commit | f0cb070b695309bc9c33442b66165e1c5db7f883 (patch) | |
tree | 2c3a4f240eecbe77e575facf28070763ce728202 /python/tests/test.xml | |
parent | f6064ec0bae25593bd9c170b41b5c401d8248309 (diff) | |
download | libxslt-f0cb070b695309bc9c33442b66165e1c5db7f883.tar.gz libxslt-f0cb070b695309bc9c33442b66165e1c5db7f883.tar.bz2 libxslt-f0cb070b695309bc9c33442b66165e1c5db7f883.zip |
attempst to tweak to get full memory debug... the basic API starts to work
* configure.in python/Makefile.am: attempst to tweak to get
full memory debug...
* python/generator.py python/libxsl.py python/libxslt-python-api.xml
python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt:
the basic API starts to work
* python/tests/test.*: first basic test
* libxslt/xsltutils.c: fixed a comment
Daniel
Diffstat (limited to 'python/tests/test.xml')
-rw-r--r-- | python/tests/test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/test.xml b/python/tests/test.xml new file mode 100644 index 00000000..24110d92 --- /dev/null +++ b/python/tests/test.xml @@ -0,0 +1 @@ +<test/> |