Skip to content

Commit

Permalink
Resolves #303 -- add test coverage for paren wrapped paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed May 30, 2019
1 parent bb1ec6c commit 97b309d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/__tests__/testParsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
'match': True,
'num': 27,
'file': 'fbcode/search/places/scorer/PageScorer.cpp'
}, {
'input':
'(fbcode/search/places/scorer/PageScorer.cpp:27:46):#include "search/places/scorer/linear_scores/MinutiaeVerbScorer.h',
'match': True,
'num': 27,
'file': 'fbcode/search/places/scorer/PageScorer.cpp'
}, {
# Pretty intense case
'input':
Expand Down

0 comments on commit 97b309d

Please sign in to comment.