int main(int argc, char *argv[])
{
const char contents[] = ""
- "Type: deb\n"
- "URL: http://ftp.debian.org/debian\n"
- "Dist: stable\n"
- "Section: main\n"
- "Comment: Some random string\n"
- " that can be very long\n"
+ "Types: deb\n"
+ "URIs: http://ftp.debian.org/debian\n"
+ "Suites: stable\n"
+ "Sections: main\n"
+ "Description: short\n"
+ " long description that can be very long\n"
"\n"
- "Type: deb\n"
- "URL: http://ftp.debian.org/debian\n"
- "Dist: unstable\n"
- "Section: main non-free\n"
+ "Types: deb\n"
+ "URIs: http://ftp.debian.org/debian\n"
+ "Suites: unstable\n"
+ "Sections: main non-free\n"
;
FileFd fd;