Fixed test with parenthesis.
This commit is contained in:
parent
3253f56602
commit
f53f89a0ae
@ -2022,10 +2022,10 @@ var fbTestFixture = {
|
||||
}
|
||||
},
|
||||
children: [],
|
||||
range: [1, 8],
|
||||
range: [0, 9],
|
||||
loc: {
|
||||
start: { line: 1, column: 1 },
|
||||
end: { line: 1, column: 8 }
|
||||
start: { line: 1, column: 0 },
|
||||
end: { line: 1, column: 9 }
|
||||
}
|
||||
},
|
||||
right: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user