diff options
author | Dodji Seketeli <dodji@gnome.org> | 2004-03-04 00:41:18 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2004-03-04 00:41:18 +0000 |
commit | 586d0453fb8d672415039b3fef920535e463657e (patch) | |
tree | 7a3d8d8795b7b12b877a8cc70d3f452223271478 /tests/test-output-refs/test4.2.css.out | |
parent | 4d573434939be5fd0c05c2aaa172c1a75a5f10a4 (diff) | |
download | libcroco-586d0453fb8d672415039b3fef920535e463657e.tar.gz |
applied a patch from Kjartan Maraas to replace the g_strup()
2004-03-04 Dodji Seketeli <dodji@gnome.org>
* src/cr-enc-handler.c:
(cr_enc_handler_resolve_enc_alias): applied a patch
from Kjartan Maraas to replace the g_strup() g_ascii_strup().
This closes
* csslint/Makefile.am,src/cr-simple-sel.h,src/cr-term.h
src/cr-token.h,tests/Makefile.am:
Applied patch
http://bugzilla.gnome.org/showattachment.cgi?attach_id=23422.
Modified the patch a little bit so that I use prog_LDFLAGS instead
of AM_LDFLAGS. AM_LDFLAGS just seems not to be supported by my
automake-1.4.
This fixes http://bugzilla.gnome.org/show_bug.cgi?id=131643 .
* tests/test-output-refs/test4.2.css.out: updated this non
regresstion test reference output due to a small modification
in the @page rule dump format.
Diffstat (limited to 'tests/test-output-refs/test4.2.css.out')
-rw-r--r-- | tests/test-output-refs/test4.2.css.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-output-refs/test4.2.css.out b/tests/test-output-refs/test4.2.css.out index ed74f8d..ae12244 100644 --- a/tests/test-output-refs/test4.2.css.out +++ b/tests/test-output-refs/test4.2.css.out @@ -7,7 +7,7 @@ src : url(http://site/fonts/rob-celt) } -@page left:one-two { +@page left :one-two { margin : 10pt; border : none } |