Commit 998d48b9 by Chris Jerdonek

Added a TODO to context.py.

parent d95b5e9c
...@@ -189,6 +189,8 @@ class ContextStack(object): ...@@ -189,6 +189,8 @@ class ContextStack(object):
value = self.get(parts[0], _NOT_FOUND) value = self.get(parts[0], _NOT_FOUND)
# TODO: make sure we have a test case for the following point.
#
# The full context stack is not used to resolve the remaining parts. # The full context stack is not used to resolve the remaining parts.
# From the spec-- # From the spec--
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment