# HG changeset patch # User cmlenz # Date 1157542529 0 # Node ID 9c199fcb9f31b6caf4104a91b930b501622f8b79 # Parent 71741151e42b9480bf0c0e09791f91ac058e3066 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