diff --git a/test/parser.c b/test/parser.c index a347a632..ee6ed1d8 100644 --- a/test/parser.c +++ b/test/parser.c @@ -84,84 +84,11 @@ int test_translates(){ count += test_translate("MAIL FROM: ", "MAIL FROM zoltan.szabo@zte.com.cn ", &state); count += test_translate("Enjoy your game, and then enjoy your jackpot!", "Enjoy your game and then enjoy your jackpot!", &state); count += test_translate("Az Ãn által megküldött,", "Az Ãn által megküldött ", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); - count += test_translate("", "", &state); return count; } -/* -markHTML elott: '' -markHTML utan: ' ' -markHTML elott: '' -markHTML utan: ' ' -markHTML elott: '
' -markHTML utan: ' ' -markHTML elott: '

' -markHTML utan: ' ' -markHTML elott: ' ' -markHTML utan: ' ' -markHTML elott: ' ' -markHTML utan: '' - -markHTML elott: ' - =F4=F8=F1=ED =E7=E9=F0=ED!

' -markHTML utan: ' ' -markHTML elott: '

' -markHTML utan: '' - -markHTML elott: '

' -markHTML utan: '' -markHTML elott: ' +

' -markHTML utan: ' + ' - - -markHTML elott: ' xxxxxx =E4=F6=F2=E5=FA =F2=E1=E5=E3=E4, =E3=E9=F8=E5=FA,' -markHTML utan: ', =E3=E9=F8=E5=FA ,' - -markHTML elott: ' =F8=EB=E1, =E9=E3 =F9=F0=E9=E9=E4 ,=' -markHTML utan: ' =F8=EB=E1 , =E9=E3 =F9=F0=E9=E9=E4 ,=' -markHTML elott: 'http://www.vipplayerp.com/<=' -markHTML utan: 'http://www.vipplayerp.com/ ' -markHTML elott: '/p>' -markHTML utan: '' -markHTML elott: '
' -markHTML utan: ' '*/ - - - int test_html(char *what, char *expected, struct _state *state){ char buf[SMALLBUFSIZE]; @@ -204,11 +131,6 @@ int test_htmls(){ count += test_html("=E9=ED =E1 =E0=E9=F0=E3=", "=E9=ED =E1 =E0=E9=F0=E3=", &state); count += test_html("=F7=F1 =F2=F1=F7=E9=ED

", "=F7=F1 =F2=F1=F7=E9=ED ", &state); count += test_html("

llll", " llll", &state);