This repository was archived by the owner on Aug 18, 2018. It is now read-only.
This repository was archived by the owner on Aug 18, 2018. It is now read-only.
Mismatched order on DotAccessor? #34
Open
Description
It seems like the order of left & right is backwards for the DotAccessor. For example, "foo.baz.bar" yields:
left= "bar" (Johnson::Nodes::Name)
right= "foo.baz" (Johnson::Nodes::DotAccessor)
It's not really a problem; I just don't want to code for the backwards way only to have it fixed later...
Activity