mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
another update
This commit is contained in:
@@ -177,7 +177,7 @@ describe('abstract syntax', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('functions', () => {
|
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', () => {
|
describe('function is constructor', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user