1
0
forked from GitHub/gf-core

writeToFile -> writePGF for consistancy with Haskell & C

This commit is contained in:
krangelov
2021-10-22 09:07:26 +02:00
parent 777adaedfc
commit 2889581a45
2 changed files with 11 additions and 19 deletions

View File

@@ -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