We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af76309 commit cc02f59Copy full SHA for cc02f59
tests/tree-sitter-frontend/test-tree-sitter-frontend.py
@@ -35,7 +35,7 @@
35
'language': 'c++',
36
'project': {
37
'cpp/test-project-1': {
38
- 'count': 5,
+ 'count': 6,
39
'reaches': ' isPositive'
40
}
41
@@ -54,7 +54,7 @@ def test_tree_sitter_frontend():
54
for calltree in calltrees:
55
count = sample_map['count']
56
reaches = sample_map['reaches']
57
- lines = calltree.split('\n')[1:]
+ lines = calltree.split('\n')
58
59
if len(lines) == count and reaches in calltree:
60
found = True
0 commit comments