Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 15, 2024
2 parents 606f2fd + c798103 commit d28127a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public int[] getDefaultTokens() {
return new int[] {
TokenTypes.METHOD_DEF,
TokenTypes.CTOR_DEF,
TokenTypes.PACKAGE_DEF,
};
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* @deprecated text Some text, which description
* takes a few lines (incorrect formatting)
* takes a few lines (incorrect formatting)
*/
package does.not.matter;


/*
* This is not a real Java class. It won't be compiled ever. It is used
* only as a text resource in integration.ChecksIT.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/*
* LICENSE.
*/
/**
* Some text.
* sadsdada
* @param text Some text, which description
* takes a few lines
*/
package foo;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
10:Should contain one indentation space
12:Should contain one indentation space
19:Should contain one indentation space
3:Should contain one indentation space
4:Should contain one indentation space
18:Should contain one indentation space
20:Should contain one indentation space
23:Should contain one indentation space
25:Should contain one indentation space
29:Should contain one indentation space
39:Should contain one indentation space
41:Should contain one indentation space
48:Should contain one indentation space
27:Should contain one indentation space
28:Should contain one indentation space
31:Should contain one indentation space
33:Should contain one indentation space
37:Should contain one indentation space
47:Should contain one indentation space
49:Should contain one indentation space
52:Should contain one indentation space
54:Should contain one indentation space
58:Should contain one indentation space
56:Should contain one indentation space
57:Should contain one indentation space
60:Should contain one indentation space
62:Should contain one indentation space
66:Should contain one indentation space

0 comments on commit d28127a

Please sign in to comment.