Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit c39458d

Browse files
Denys Smirnovdennwc
authored andcommitted
add syntax error test
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 56faff3 commit c39458d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[[constraint]]
55
name = "gopkg.in/bblfsh/sdk.v2"
6-
version = "v2.4.x"
6+
version = "v2.5.x"
77

88
[prune]
99
go-tests = true

fixtures/_syntax_error.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Testcls1 {
2+
int testfnc1(int v, int w) {
3+
return = v;
4+
}
5+
}

0 commit comments

Comments
 (0)