public void parseTest2()
 {
     FileComponent target = new FileComponent();
     target.parse("File get(\"file\")");
 }
 public void stGetParseTest1()
 {
     FileComponent target = new FileComponent();
     target.parse("[File get(file)]");
 }