Fix JavaFXHighlightingTest.testEventHandlers

GitOrigin-RevId: b84f3a9dc07f6e058d2dd3cb1a09a2a6e4143056
This commit is contained in:
Aleksandra Zolushkina
2020-11-15 21:29:36 +01:00
committed by intellij-monorepo-bot
parent b6fd543844
commit b661e5fb20

View File

@@ -5,5 +5,5 @@
<?import javafx.scene.control.*?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button fx:id="btn" onMouseClicked=<error descr="No controller specified for top level element">"#foo"</error>/>
<Button fx:id="btn" onMouseClicked=<error descr="No controller is specified for the top-level element">"#foo"</error>/>
</GridPane>