Skip to content

Commit 79ae036

Browse files
authored
Merge pull request #42 from dennwc/error_codes
Support error codes
2 parents 88c891f + a1e16aa commit 79ae036

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Gopkg.lock

Lines changed: 6 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)