From the original less.rb tests, this test doesn't pass. ``` .magic-box { color: red; } .class { color: .magic-box['color']; } ``` it fails on the `[`