Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / liblouis / src / tests / inpos_compbrl.c
1 #include <stdio.h>
2 #include <string.h>
3 #include <stdlib.h>
4 #include "brl_checks.h"
5
6 int
7 main (int argc, char **argv)
8 {
9   const char *str1 = "user@example.com";
10   const int expected_inpos[] = 
11     {0,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,15,15};
12   return check_inpos(TRANSLATION_TABLE, str1, expected_inpos);        
13 }