| 32 | | strings.push_back(std::string(".osg")); |
| 33 | | strings.push_back(std::string("myfile.osg")); |
| 34 | | strings.push_back(std::string("/myfile.osg")); |
| 35 | | strings.push_back(std::string("home/robert/myfile.osg")); |
| 36 | | strings.push_back(std::string("/home/robert/myfile.osg")); |
| 37 | | strings.push_back(std::string("\\myfile.osg")); |
| 38 | | strings.push_back(std::string("home\\robert\\myfile.osg")); |
| 39 | | strings.push_back(std::string("\\home\\robert\\myfile.osg")); |
| 40 | | strings.push_back(std::string("\\home/robert\\myfile.osg")); |
| 41 | | strings.push_back(std::string("\\home\\robert/myfile.osg")); |
| | 32 | strings.push_back(std::string(".osgt")); |
| | 33 | strings.push_back(std::string("myfile.osgt")); |
| | 34 | strings.push_back(std::string("/myfile.osgt")); |
| | 35 | strings.push_back(std::string("home/robert/myfile.osgt")); |
| | 36 | strings.push_back(std::string("/home/robert/myfile.osgt")); |
| | 37 | strings.push_back(std::string("\\myfile.osgt")); |
| | 38 | strings.push_back(std::string("home\\robert\\myfile.osgt")); |
| | 39 | strings.push_back(std::string("\\home\\robert\\myfile.osgt")); |
| | 40 | strings.push_back(std::string("\\home/robert\\myfile.osgt")); |
| | 41 | strings.push_back(std::string("\\home\\robert/myfile.osgt")); |
| 46 | | strings.push_back(std::string("home/robert/.osg")); |
| 47 | | strings.push_back(std::string("\\home\\robert\\.osg")); |
| 48 | | strings.push_back(std::string("home/robert/myfile.ext.osg")); |
| 49 | | strings.push_back(std::string("home\\robert\\myfile.ext.osg")); |
| | 46 | strings.push_back(std::string("home/robert/.osgt")); |
| | 47 | strings.push_back(std::string("\\home\\robert\\.osgt")); |
| | 48 | strings.push_back(std::string("home/robert/myfile.ext.osgt")); |
| | 49 | strings.push_back(std::string("home\\robert\\myfile.ext.osgt")); |