Skip to content

Commit

Permalink
Correct dependency analysis null context
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Jul 19, 2024
1 parent fac3c69 commit fe5c702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe('Dependency analysis', () => {
description:
'No context. Expression with instance("id") reference has its own parent steps resolved',

contextNodeset: '/data/quux',
contextNodeset: null,
expression: 'instance("first")/foo/bar/../quux',
expected: ['instance("first")/foo/quux'],
},
Expand Down

0 comments on commit fe5c702

Please sign in to comment.