mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Fix end-to-end tests.
This commit is contained in:
parent
e165812969
commit
1da2668d60
6
test/fixtures/go/import-graph/main.json
vendored
6
test/fixtures/go/import-graph/main.json
vendored
@ -48,7 +48,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "foo"
|
||||
"name": "foo",
|
||||
"module": "app"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -62,7 +63,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "main"
|
||||
"name": "main",
|
||||
"module": "app"
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
|
12
test/fixtures/python/import-graph/main.json
vendored
12
test/fixtures/python/import-graph/main.json
vendored
@ -177,7 +177,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "print_cwd"
|
||||
"name": "print_cwd",
|
||||
"module": "main"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -191,7 +192,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "create_array"
|
||||
"name": "create_array",
|
||||
"module": "main"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -205,7 +207,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "sum_array"
|
||||
"name": "sum_array",
|
||||
"module": "main"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -219,7 +222,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "sum_array2"
|
||||
"name": "sum_array2",
|
||||
"module": "main"
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
|
3
test/fixtures/ruby/import-graph/app.json
vendored
3
test/fixtures/ruby/import-graph/app.json
vendored
@ -48,7 +48,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Method",
|
||||
"name": "foo"
|
||||
"name": "foo",
|
||||
"module": "app"
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
|
@ -263,7 +263,8 @@
|
||||
]
|
||||
},
|
||||
"kind": "Function",
|
||||
"name": "someFunction"
|
||||
"name": "someFunction",
|
||||
"module": "app"
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
|
Loading…
Reference in New Issue
Block a user