summaryrefslogtreecommitdiff
path: root/tests/REC/test-7.1.4.out
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-11 17:15:46 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-11 17:15:46 +0000
commita7c43a4198c1f10fc0ce2949a14bed07a67de12b (patch)
tree353ebee18b53b5dbce70297bbc3bc0c604322e7b /tests/REC/test-7.1.4.out
parent69cf756db5478363694b8407a53e13c33e771c2c (diff)
downloadlibxslt-a7c43a4198c1f10fc0ce2949a14bed07a67de12b.tar.gz
libxslt-a7c43a4198c1f10fc0ce2949a14bed07a67de12b.tar.bz2
libxslt-a7c43a4198c1f10fc0ce2949a14bed07a67de12b.zip
- libxslt/templates.c libxslt/transform.c: fixed bug #54446
about attribute being generated twice. Fixed a number of related bugs on attributes handling. - tests/REC/test-7.1.4.out: this changed an attribute generation order - tests/docs/bug-27-.xml tests/general/bug-27-.*: added test Daniel
Diffstat (limited to 'tests/REC/test-7.1.4.out')
-rw-r--r--tests/REC/test-7.1.4.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/REC/test-7.1.4.out b/tests/REC/test-7.1.4.out
index e210ef3a..7182c734 100644
--- a/tests/REC/test-7.1.4.out
+++ b/tests/REC/test-7.1.4.out
@@ -2,7 +2,7 @@
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-size="12pt" font-weight="bold" quadding="start">this is the heading</fo:block>
+<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" quadding="start" font-size="12pt" font-weight="bold">this is the heading</fo:block>