blob: 1f5c3fba8da1e151ad00cf5210bf0d2528d655f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Local Variables:
// indent-tabs-mode: nil
// js-indent-level: 2
// End:
// The following test goes below any comments to avoid including
// misindented comments among the erroring lines.
return (
<div>
{array.map(function () {
return {
a: 1
|