mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
another update
This commit is contained in:
@@ -177,7 +177,7 @@ describe('abstract syntax', () => {
|
||||
})
|
||||
|
||||
test('functions', () => {
|
||||
expect(gr.getFunctions()).toEqual(['c', 'floatLit', 'ind', 'intLit', 's', 'stringLit', 'z'])
|
||||
expect(gr.getFunctions()).toEqual(['c', 'floatLit', 'ind', 'intLit', 'nat', 's', 'stringLit', 'z'])
|
||||
})
|
||||
|
||||
describe('function is constructor', () => {
|
||||
|
||||
Reference in New Issue
Block a user