You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement test to clarify and fix iterator and subset relationships
Description: On reviewing the source code, it appears that the iterator
implementation for `ScriptExtension` only ever yields a single element. I
did not see this documented, and assuming this is a bug, I have written
a test case to clarify the expected subset, union, and iterator
behavior. If maintainers believe this behavior as shown in the test is
correct, I can go ahead and implement the fixes in the rest of the
library.
0 commit comments