1[
2   {
3      "param" : "",
4      "input" : "",
5      "name" : "containsWord",
6      "type" : "op",
7      "ret" : 1
8   },
9   {
10      "param" : "TestCase",
11      "input" : "",
12      "name" : "containsWord",
13      "type" : "op",
14      "ret" : 0
15   },
16   {
17      "type" : "op",
18      "ret" : 1,
19      "name" : "containsWord",
20      "input" : "TestCase",
21      "param" : ""
22   },
23   {
24      "param" : "abc",
25      "input" : "abcdefghi",
26      "ret" : 0,
27      "type" : "op",
28      "name" : "containsWord"
29   },
30   {
31      "param" : "def",
32      "input" : "abcdefghi",
33      "type" : "op",
34      "ret" : 0,
35      "name" : "containsWord"
36   },
37   {
38      "input" : "abcdefghi",
39      "param" : "ghi",
40      "type" : "op",
41      "ret" : 0,
42      "name" : "containsWord"
43   },
44   {
45      "name" : "containsWord",
46      "type" : "op",
47      "ret" : 1,
48      "param" : "abc",
49      "input" : "abc def ghi"
50   },
51   {
52      "name" : "containsWord",
53      "type" : "op",
54      "ret" : 1,
55      "input" : "abc def ghi",
56      "param" : "def"
57   },
58   {
59      "type" : "op",
60      "ret" : 1,
61      "name" : "containsWord",
62      "param" : "ghi",
63      "input" : "abc def ghi"
64   },
65   {
66      "param" : "abc",
67      "input" : "abc\\0def ghi",
68      "name" : "containsWord",
69      "type" : "op",
70      "ret" : 1
71   },
72   {
73      "param" : "def",
74      "input" : "abc\\0def ghi",
75      "name" : "containsWord",
76      "type" : "op",
77      "ret" : 1
78   },
79   {
80      "name" : "containsWord",
81      "ret" : 1,
82      "type" : "op",
83      "input" : "x",
84      "param" : "x"
85   },
86   {
87      "type" : "op",
88      "ret" : 1,
89      "name" : "containsWord",
90      "param" : "x",
91      "input" : " x "
92   },
93   {
94      "input" : "xyz",
95      "param" : "y",
96      "name" : "containsWord",
97      "ret" : 0,
98      "type" : "op"
99   },
100   {
101      "name" : "containsWord",
102      "ret" : 1,
103      "type" : "op",
104      "input" : "hidingX<-not on word boundary, but is later on->hiding",
105      "param" : "hiding"
106   }
107]
108