# HG changeset patch # User cmlenz # Date 1157542529 0 # Node ID 861105f3afe327302362e34c172f2dcae3005f61 # Parent 37b56b48a00e2bc95266c1ba5529827b2f2ae78b Fix typo introduced in [272]. diff --git a/markup/path.py b/markup/path.py --- a/markup/path.py +++ b/markup/path.py @@ -152,7 +152,7 @@ if kind is END: if stack: stack.pop() continue - elif kind in START: + elif kind is START: stack.append(stack and stack[-1] or 0) elif not stack: continue