antlr / intellij-plugin-v4

An IntelliJ plugin for ANTLR v4
https://plugins.jetbrains.com/plugin/7358-antlr-v4
BSD 3-Clause "New" or "Revised" License
461 stars 103 forks source link

test_shouldOnlyCreateTokensWhenModified test failed #682

Closed minesunny closed 7 months ago

minesunny commented 7 months ago

I got it, the test virtual files are visited by idea after creating,and it would be locked,cant't be updated by test code;

image