Skip to content

Commit

Permalink
Fixing parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Aug 13, 2023
1 parent 5f6109b commit ca39afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ describe('Wollok parser', () => {
})

it('should parse annotated subnodes within expression bodies', () => {
'method m() = @A(x = 1) 5'.should.be.parsedBy(parser).into(
'method m() = (@A(x = 1) 5)'.should.be.parsedBy(parser).into(
new Method({
name: 'm', body: new Body({
sentences: [
Expand Down

0 comments on commit ca39afd

Please sign in to comment.