-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85b989b
commit 2fdfbbb
Showing
16 changed files
with
107 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
src/test/resources/projectA/src/main/scala/bar/foo/TestSourceFile.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
// format: off | ||
package bar.foo | ||
/** | ||
* Test Scala Source File that is 10 lines | ||
*/ | ||
class TestSourceFile { | ||
|
||
|
||
|
||
|
||
} | ||
} | ||
// format: on |
7 changes: 3 additions & 4 deletions
7
src/test/resources/projectA/src/main/scala/bar/foo/TestSourceFile2.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
// format: off | ||
/** | ||
* Test Scala Source File that is 10 lines | ||
*/ | ||
class TestSourceFile2 { | ||
|
||
|
||
|
||
|
||
|
||
} | ||
} | ||
// format: on |
4 changes: 2 additions & 2 deletions
4
src/test/resources/projectA/src/main/scala/bar/foo/TestSourceFileWithKorean.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// format: off | ||
/** | ||
* 한글 테스트 | ||
*/ | ||
class TestSourceFileWithKorean { | ||
|
||
|
||
|
||
|
||
|
||
} | ||
// format: on |
7 changes: 3 additions & 4 deletions
7
src/test/resources/projectB/src/main/scala/foo/TestSourceFile.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
// format: off | ||
package foo | ||
/** | ||
* Test Scala Source File that is 10 lines | ||
*/ | ||
class TestSourceFile { | ||
|
||
|
||
|
||
|
||
} | ||
} | ||
// format: on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.