haidubogdan commented on PR #9023: URL: https://github.com/apache/netbeans/pull/9023#issuecomment-3612730995
@matthiasblaesing, @tmysik I've created this branch https://github.com/apache/netbeans/compare/master...haidubogdan:netbeans:t_php_bracematcher_infinite_loop_test It's just for simulating the infinite loop. **Context**: I have a custom language support (text/x-php-test). I include embedding on the lexer site for some tokens using `PHPTokenId.languageInPHP()` interpolated in {{ }} The snippet code is :{{(TestClass^:)}} . I've put dump of a counter in `PHPBracesMatcher` on line 119 Doing the test for the class EmbeddedBraceMatchingTest will output the infinite counter progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
