mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
chore: fix v11 branch build (#7836)
* chore: fix render management lint * fix: build
This commit is contained in:
@@ -74,6 +74,8 @@ suite('Render Management', function () {
|
||||
isDisposed: () => false,
|
||||
getRelativeToSurfaceXY: () => ({x: 0, y: 0}),
|
||||
updateComponentLocations: () => {},
|
||||
bumpNeighbours: () => {},
|
||||
initialized: true,
|
||||
workspace: ws || createMockWorkspace(),
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ testGenerator.forBlock['test_block'] = function (
|
||||
return ['a fake code string', Order.ADDITION];
|
||||
};
|
||||
|
||||
phpGenerator.quote_();
|
||||
phpGenerator.quote_('a string');
|
||||
|
||||
Reference in New Issue
Block a user