diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-11-08 03:41:26 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-11-08 03:41:26 +0000 |
commit | 01d362a38d6292e328253b0a7df2cb35a7e9d433 (patch) | |
tree | e16af21fd6a70cbad679ba5afd82d5906e8ecdd0 /tests/exslt | |
parent | 980a02c4f73d777b283a3277bd7b2b720ca71f90 (diff) | |
download | libxslt-01d362a38d6292e328253b0a7df2cb35a7e9d433.tar.gz libxslt-01d362a38d6292e328253b0a7df2cb35a7e9d433.tar.bz2 libxslt-01d362a38d6292e328253b0a7df2cb35a7e9d433.zip |
fixed problem with day-of-week-in-month (bug 157592) with patch from Sal
* libexslt/date.c: fixed problem with day-of-week-in-month
(bug 157592) with patch from Sal Paradise
* tests/exslt/date/datetime.1.out: corrected expected output
after above fix
Diffstat (limited to 'tests/exslt')
-rw-r--r-- | tests/exslt/date/datetime.1.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exslt/date/datetime.1.out b/tests/exslt/date/datetime.1.out index 7ea9826b..ca0996ca 100644 --- a/tests/exslt/date/datetime.1.out +++ b/tests/exslt/date/datetime.1.out @@ -10,7 +10,7 @@ week-in-year : 9 day-in-year : 59 day-in-month : 28 - day-of-week-in-month : 5 + day-of-week-in-month : 4 day-in-week : 4 day-name : Wednesday day-abbreviation : Wed |