File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
src/test/java/com/github/_1c_syntax/bsl/parser/testing/demo Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
5757 testImplementation(" org.mockito" , " mockito-core" , " 5.21.0" )
5858
59- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.2 " )
59+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.11.4 " )
6060}
6161
6262tasks.withType<JavaCompile > {
@@ -71,10 +71,6 @@ java {
7171 withJavadocJar()
7272}
7373
74- tasks.withType<JavaCompile > {
75- options.encoding = " UTF-8"
76- }
77-
7874tasks.test {
7975 useJUnitPlatform()
8076
Original file line number Diff line number Diff line change 2121 */
2222package com .github ._1c_syntax .bsl .parser .testing .demo ;
2323
24- import org .antlr .v4 .parse .BlockSetTransformer ;
2524import org .antlr .v4 .runtime .CharStream ;
2625import org .antlr .v4 .runtime .Lexer ;
2726import org .antlr .v4 .runtime .Vocabulary ;
3130@ NullMarked
3231public class DemoLexer extends Lexer {
3332
34- public static final String [] tokenNames = new String []{"token1" , "token2" };;
33+ public static final String [] tokenNames = new String []{"token1" , "token2" };
34+ ;
3535 public static final Vocabulary VOCABULARY = new VocabularyImpl (new String [0 ], tokenNames );
3636
3737 @ Override
You can’t perform that action at this time.
0 commit comments