Skip to content

Commit

Permalink
Update porting notes for passing repeat dependency update test
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Jun 27, 2024
1 parent 7859da4 commit 46bf4ec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/scenario/test/repeat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,8 @@ describe('Tests ported from JavaRosa - repeats', () => {
/**
* **PORTING NOTES**
*
* - Note: reference to "repeat count" is not a reference to `jr:count`,
* but a reference to XPath `count()` of repeat instances.
*
* - Failure likely caused by reactive subscription logic resolving to a
* single (nullable) node, rather than the set of all nodes for the
* affected node-set.
* Note: reference to "repeat count" is not a reference to `jr:count`,
* but a reference to XPath `count()` of repeat instances.
*
* - - -
*
Expand Down

0 comments on commit 46bf4ec

Please sign in to comment.