Skip to content

Commit

Permalink
Add tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwpark committed Sep 19, 2024
1 parent 5b067c2 commit 3598bec
Show file tree
Hide file tree
Showing 2 changed files with 1,642 additions and 0 deletions.
1 change: 1 addition & 0 deletions edb/edgeql/compiler/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def compile_FunctionCall(
sn.QualName('default', 'one'),
sn.QualName('default', 'id'),
sn.QualName('default', 'inc'),
sn.QualName('default', 'foo'),
]
):
inline_func = s_func.compile_function_inline(
Expand Down
Loading

0 comments on commit 3598bec

Please sign in to comment.