mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 04:22:50 -06:00
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