forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Backends/Kinc-hxcpp/khacpp/test/haxe/file/TestFile.hx
Normal file
10
Kha/Backends/Kinc-hxcpp/khacpp/test/haxe/file/TestFile.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package file;
|
||||
|
||||
class TestFile extends haxe.unit.TestCase
|
||||
{
|
||||
public function testGetContentEmptyFile()
|
||||
{
|
||||
assertEquals('', sys.io.File.getContent('./file/empty.txt'));
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user