03cadf8e76
An exception was being thrown due to the empty string '' being treated as a non-existent context value. When the empty string was encountered as a nested value in the context it caused the fallback to be accessed instead, and due to the non-existent nesting property it threw an exception.