Skip to content

Commit eb8c1cc

Browse files
committed
Fixed token position tests
1 parent 36d3c10 commit eb8c1cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
>class Cond {
22
> void test() {
33
> int x = true ? 1 : 0;
4-
$ | J_COND 1
4+
$ | J_COND 1
55
> }
66
>}

languages/java/src/test/resources/de/jplag/java/tokenPositions/Cond_2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>class Cond {
22
> void test() {
33
> int x = condition() ? 1 + 2 : Math.abs(-1);
4-
$ | J_COND 1
4+
$ | J_COND 1
55
> }
66
>
77
> boolean condition() {

0 commit comments

Comments
 (0)