1[
2   {
3      "ret" : 0,
4      "input" : "",
5      "type" : "tfn",
6      "name" : "base64Decode",
7      "output" : ""
8   },
9   {
10      "output" : "TestCase",
11      "ret" : 1,
12      "name" : "base64Decode",
13      "input" : "VGVzdENhc2U=",
14      "type" : "tfn"
15   },
16   {
17      "output" : "TestCase1",
18      "name" : "base64Decode",
19      "input" : "VGVzdENhc2Ux",
20      "type" : "tfn",
21      "ret" : 1
22   },
23   {
24      "ret" : 1,
25      "input" : "VGVzdENhc2UxMg==",
26      "name" : "base64Decode",
27      "type" : "tfn",
28      "output" : "TestCase12"
29   },
30   {
31      "output" : "Test\\u0000Case",
32      "input" : "VGVzdABDYXNl",
33      "name" : "base64Decode",
34      "type" : "tfn",
35      "ret" : 1
36   },
37   {
38      "type" : "tfn",
39      "input" : "VGVzdENhc2U=\\u0000VGVzdENhc2U=",
40      "name" : "base64Decode",
41      "ret" : 1,
42      "output" : "TestCase"
43   }
44]
45