~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to tests/libtest/lib517.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "memdebug.h"
25
25
 
26
 
static const char *dates[]={
 
26
static const char * const dates[]={
27
27
  "Sun, 06 Nov 1994 08:49:37 GMT",
28
28
  "Sunday, 06-Nov-94 08:49:37 GMT",
29
29
  "Sun Nov  6 08:49:37 1994",
110
110
  "Thu, 12-Aug-2007 20:61:99999999999 GMT",
111
111
  "IAintNoDateFool",
112
112
  "Thu Apr 18 22:50 2007 GMT", /* without seconds */
113
 
 
 
113
  "20110623 12:34:56",
 
114
  "20110632 12:34:56",
 
115
  "20110623 56:34:56",
 
116
  "20111323 12:34:56",
 
117
  "20110623 12:34:79",
 
118
  "Wed, 31 Dec 2008 23:59:60 GMT", /* leap second */
114
119
  NULL
115
120
};
116
121