- Notifications
You must be signed in to change notification settings - Fork10
Commita5a3cb2
committed
Implement test to clarify and fix iterator and subset relationships
Description: On reviewing the source code, it appears that the iteratorimplementation for `ScriptExtension` only ever yields a single element. Idid not see this documented, and assuming this is a bug, I have writtena test case to clarify the expected subset, union, and iteratorbehavior. If maintainers believe this behavior as shown in the test iscorrect, I can go ahead and implement the fixes in the rest of thelibrary.1 parent1f84c2e commita5a3cb2
1 file changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
502 | 539 | | |
503 | 540 | | |
504 | 541 | | |
| |||
0 commit comments
Comments
(0)