Skip to content

Commit

Permalink
validation warning comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivojawer committed Nov 26, 2023
1 parent ee4dbda commit 9d81c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ describe('Wollok parser', () => {
comment */ p`.should.be.parsedBy(parser).into(new Import({
entity: new Reference({
name: 'p',
// the assertion is not validating metadata recursively
metadata: [new Annotation('comment', { text: '/* some\n comment */', position: 'end' } )],
}),
metadata: [new Annotation('comment', { text: '/*some comment*/', position: 'start' })],
Expand Down

0 comments on commit 9d81c00

Please sign in to comment.