mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
fix tests
This commit is contained in:
@@ -106,7 +106,7 @@ def test_branched_function_type(gr3):
|
|||||||
# gr6
|
# gr6
|
||||||
|
|
||||||
def test_reduced_functions(gr6):
|
def test_reduced_functions(gr6):
|
||||||
assert gr6.functions == ['c', 'floatLit', 'intLit', 'nat', 's', 'stringLit', 'z']
|
assert gr6.functions == ['nat', 's', 'z']
|
||||||
|
|
||||||
def test_reduced_categories(gr6):
|
def test_reduced_categories(gr6):
|
||||||
assert gr6.categories == ["Float","Int","N","P","String"]
|
assert gr6.categories == ["Float","Int","N","P","String"]
|
||||||
|
|||||||
Reference in New Issue
Block a user