Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ test_inside_quotes_06
Function
test_inside_quotes_06
test/pytests/test_completion_engine.py:1743–1745 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1741
1742
1743
def
test_inside_quotes_06():
1744
text =
'select ""'
1745
assert is_inside_quotes(text, len(text)) is False
1746
1747
1748
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
is_inside_quotes
Function · 0.90
Tested by
no test coverage detected