1[
2   {
3      "name" : "cmd_line",
4      "input" : "",
5      "type" : "tfn",
6      "ret" : 0,
7      "output" : ""
8   },
9   {
10      "name" : "cmd_line",
11      "input" : "test",
12      "type" : "tfn",
13      "ret" : 1,
14      "output" : "test"
15   },
16   {
17      "name" : "cmd_line",
18      "input" : "C^OMMAND /C DIR",
19      "type" : "tfn",
20      "ret" : 1,
21      "output" : "command/c dir"
22   },
23   {
24      "name" : "cmd_line",
25      "input" : "C^oMMaNd /C DiR",
26      "type" : "tfn",
27      "ret" : 1,
28      "output" : "command/c dir"
29   },
30   {
31      "name" : "cmd_line",
32      "input" : "cmd,/c DiR",
33      "type" : "tfn",
34      "ret" : 1,
35      "output" : "cmd/c dir"
36   },
37   {
38      "name" : "cmd_line",
39      "input" : "\"command\" /c DiR",
40      "type" : "tfn",
41      "ret" : 1,
42      "output" : "command/c dir"
43   }
44
45]
46