Skip to content

Commit

Permalink
random special selector test
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tocchini authored and paulyoung committed Jan 3, 2015
1 parent db7bd91 commit 7d32f8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/compiler.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,14 @@ describe 'CCSS-to-AST', ->
]
}

parse "^[left] + [base] == &[left]",
{
commands: [
['==', ['+',['get',['^'],'x'],['get','base']] , ['get',['&'],'x'] ]
]
}




# Selectors as selector call context
Expand Down

0 comments on commit 7d32f8d

Please sign in to comment.