Skip to content

Commit 20470ff

Browse files
author
Denys Smirnov
committed
support error codes
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 43517c9 commit 20470ff

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-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.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
testfnc1() {
2+
:
3+
}
4+
function = testfnc2 = {
5+
:
6+
}

0 commit comments

Comments
 (0)