Skip to content

Commit

Permalink
Merge pull request #15205 from Serabe/fix/15201
Browse files Browse the repository at this point in the history
[CLEANUP] Add test for brace expansion assertion
  • Loading branch information
rwjblue authored May 3, 2017
2 parents 21d8d28 + 83f5953 commit 6408ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ember-metal/tests/expand_properties_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ QUnit.test('Nested brace expansions are not allowed', function() {
'a.{{b}.c}',
'a.{b,c}.{d.{e,f}.g',
'a.{b.{c}',
'a.{b,c}}'
'a.{b,c}}',
'model.{bar,baz'
];

nestedBraceProperties.forEach((invalidProperties) => {
Expand Down

0 comments on commit 6408ce9

Please sign in to comment.