forked from GitHub/gf-core
writeToFile -> writePGF for consistancy with Haskell & C
This commit is contained in:
@@ -80,7 +80,7 @@ def test_newNGF_existing(NGF):
|
||||
# writePGF
|
||||
|
||||
def test_writePGF(PGF):
|
||||
PGF.writeToFile("./copy.pgf")
|
||||
PGF.writePGF("./copy.pgf")
|
||||
os.remove("./copy.pgf") # cleanup
|
||||
|
||||
# abstract syntax
|
||||
|
||||
Reference in New Issue
Block a user