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
refactor(parser): remove dead namespaced find in parse_invoke
The `child.find("{http://www.w3.org/2005/07/scxml}scxml")` call was
unreachable because `strip_namespaces()` always runs before
`parse_invoke()`. Replaced with direct `child.find("scxml")`.
Also added a test for unknown child elements inside `<invoke>`.
0 commit comments