1
0
forked from GitHub/gf-core

another update

This commit is contained in:
krangelov
2021-12-09 10:09:42 +01:00
parent 5b324faeec
commit 1ccfdfce5f

View File

@@ -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', () => {