Skip to content

Commit

Permalink
add test case for T388558 bug (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev authored and AlexanderMoskovkin committed Jun 15, 2016
1 parent 0a336b7 commit c80a2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/server/script-processor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ describe('Script processor', function () {
expected: 'obj.{0}-=value;obj.{0}*=value;obj.{0}/=value;' +
'obj.{0}>>=value;obj.{0}<<=value;obj.{0}>>>=value;' +
'obj.{0}&=value;obj.{0}|=value;obj.{0}^=value'
}
},
{ src: 'obj.{0};let p = ""', expected: '__get$(obj, "{0}"); let p = ""' }
]);
});

Expand Down

0 comments on commit c80a2ac

Please sign in to comment.