IO Operators
This commit is contained in:
parent
b9f419a59d
commit
82a8fccf87
22 changed files with 450 additions and 199 deletions
|
@ -12,8 +12,8 @@ class SourceFileReaderTests {
|
|||
|
||||
@Test
|
||||
fun a() {
|
||||
val inputFile = "tests/better_parser/resources/a.pl"
|
||||
val reader = SourceFileReader()
|
||||
val inputFile = "tests/parser/resources/a.pl"
|
||||
val reader = FileLoader()
|
||||
|
||||
reader.readFile(inputFile)
|
||||
|
||||
|
@ -22,8 +22,8 @@ class SourceFileReaderTests {
|
|||
|
||||
@Test
|
||||
fun foo() {
|
||||
val inputFile = "tests/better_parser/resources/foo.pl"
|
||||
val reader = SourceFileReader()
|
||||
val inputFile = "tests/parser/resources/foo.pl"
|
||||
val reader = FileLoader()
|
||||
|
||||
reader.readFile(inputFile)
|
||||
|
||||
|
|
Reference in a new issue