| 16 |
|
|
| 17 |
#include "lml.h" |
#include "lml.h" |
| 18 |
#include "log.h" |
#include "log.h" |
| 19 |
|
#include <errno.h> |
| 20 |
#include <stdio.h> |
#include <stdio.h> |
| 21 |
#include <string.h> |
#include <string.h> |
| 22 |
#include <unistd.h> |
#include <unistd.h> |
|
#include <errno.h> |
|
| 23 |
|
|
| 24 |
#define STR_OUT_BUF_SIZE 256 |
#define STR_OUT_BUF_SIZE 256 |
| 25 |
|
|
| 26 |
const char *str_in[] = { |
const char *str_in[] = { |
| 27 |
"[left]ABCD[right]EFG", |
"[left]ABCD[right]EFG", |
| 28 |
"A[u]B[italic]CD[/i]E[/u]F[b]G[/bold]", |
"A[u]B[italic]CD[/i]E[/u]F[b]G[/bold]", |
| 29 |
"A[url BCDE[/url]FG", |
"A[url BC DE]测试a网址[/url]FG", |
| 30 |
"AB[email CDE]F[/eMAil]G01[emaiL]23456[/email]789", |
"AB[email CDE]F[/eMAil]G01[emaiL]23456[/email]789", |
| 31 |
"A[user DE]BC[ /User ]FG", |
"A[user DE]BC[/User]FG", |
| 32 |
"[article A B CD]EF[/article ]G", |
"[article A B CD]EF[ /article]G", |
| 33 |
"A[ image BCD]EFG", |
"A[ image BCD]EFG", |
| 34 |
"AB[ Flash CDE ]FG", |
"AB[ Flash CDE ]FG", |
| 35 |
"AB[bwf]CDEFG", |
"AB[bwf]CDEFG", |