Skip to content

Commit

Permalink
Add search test case for rec:rec::fun term
Browse files Browse the repository at this point in the history
Summary:
I suspect a typo in the schema for this branch. Add a test.

Due to the typo I expect this to be empty output instead of a match.

Reviewed By: pepeiborra

Differential Revision: D68191223

fbshipit-source-id: dcccd7bdb3d586ccd55b114719652e66c5f17b44
  • Loading branch information
donsbot authored and facebook-github-bot committed Jan 15, 2025
1 parent 2cb3e09 commit f0e0aa0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ "@generated" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"@generated": null,
"facts_searched": { "cxx1.Name.5": 5, "cxx1.QName.5": 1 },
"full_scans": [ ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
query: codemarkup.search.SearchByScope { searchcase = Sensitive, name = "fooCInBinB", scope = ["classBinNSB", "classCinNSB"], language = Cpp, kind = { just = Function } }
perf: true
transform: [gensort, []]

0 comments on commit f0e0aa0

Please sign in to comment.