1[
2   {
3      "output" : "",
4      "input" : "",
5      "type" : "tfn",
6      "name" : "replaceComments",
7      "ret" : 0
8   },
9   {
10      "input" : "TestCase",
11      "type" : "tfn",
12      "name" : "replaceComments",
13      "ret" : 0,
14      "output" : "TestCase"
15   },
16   {
17      "ret" : 0,
18      "input" : "Test\\u0000Case",
19      "name" : "replaceComments",
20      "type" : "tfn",
21      "output" : "Test\\u0000Case"
22   },
23   {
24      "ret" : 1,
25      "input" : "/* TestCase */",
26      "name" : "replaceComments",
27      "type" : "tfn",
28      "output" : " "
29   },
30   {
31      "output" : " ",
32      "ret" : 1,
33      "type" : "tfn",
34      "input" : "/*TestCase*/",
35      "name" : "replaceComments"
36   },
37   {
38      "input" : "/* TestCase*/",
39      "type" : "tfn",
40      "name" : "replaceComments",
41      "ret" : 1,
42      "output" : " "
43   },
44   {
45      "output" : " ",
46      "ret" : 1,
47      "name" : "replaceComments",
48      "input" : "/*TestCase */",
49      "type" : "tfn"
50   },
51   {
52      "output" : "Before After",
53      "ret" : 1,
54      "type" : "tfn",
55      "input" : "Before/* TestCase */After",
56      "name" : "replaceComments"
57   },
58   {
59      "output" : "Before   After",
60      "name" : "replaceComments",
61      "input" : "Before /* TestCase */ After",
62      "type" : "tfn",
63      "ret" : 1
64   },
65   {
66      "type" : "tfn",
67      "input" : "/* Test\\nCase */",
68      "name" : "replaceComments",
69      "ret" : 1,
70      "output" : " "
71   },
72   {
73      "name" : "replaceComments",
74      "input" : "/* Test\r\nCase */",
75      "type" : "tfn",
76      "ret" : 1,
77      "output" : " "
78   },
79   {
80      "ret" : 1,
81      "input" : "/* Test\nCase */",
82      "type" : "tfn",
83      "name" : "replaceComments",
84      "output" : " "
85   },
86   {
87      "ret" : 1,
88      "name" : "replaceComments",
89      "input" : "/* Test\rCase */",
90      "type" : "tfn",
91      "output" : " "
92   },
93   {
94      "ret" : 1,
95      "input" : "Before/* Test\r\nCase ",
96      "type" : "tfn",
97      "name" : "replaceComments",
98      "output" : "Before "
99   },
100   {
101      "output" : "Before  ",
102      "input" : "Before /* Test\nCase ",
103      "type" : "tfn",
104      "name" : "replaceComments",
105      "ret" : 1
106   },
107   {
108      "output" : "Before ",
109      "ret" : 1,
110      "input" : "Before/* Test\r\nCase ",
111      "name" : "replaceComments",
112      "type" : "tfn"
113   },
114   {
115      "input" : "Before /* Test\nCase ",
116      "name" : "replaceComments",
117      "type" : "tfn",
118      "ret" : 1,
119      "output" : "Before  "
120   },
121   {
122      "ret" : 0,
123      "name" : "replaceComments",
124      "input" : "Test\r\nCase */After",
125      "type" : "tfn",
126      "output" : "Test\r\nCase */After"
127   },
128   {
129      "output" : "Test\nCase */ After",
130      "name" : "replaceComments",
131      "input" : "Test\nCase */ After",
132      "type" : "tfn",
133      "ret" : 0
134   },
135   {
136      "output" : "Test\r\nCase */After",
137      "ret" : 0,
138      "name" : "replaceComments",
139      "input" : "Test\r\nCase */After",
140      "type" : "tfn"
141   },
142   {
143      "input" : "Test\nCase */ After",
144      "name" : "replaceComments",
145      "type" : "tfn",
146      "ret" : 0,
147      "output" : "Test\nCase */ After"
148   }
149]
150