Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ test_inside_quotes_03
Function
test_inside_quotes_03
test/pytests/test_completion_engine.py:1728–1730 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1726
1727
1728
def
test_inside_quotes_03():
1729
text =
"select '`"
1730
assert is_inside_quotes(text, len(text)) ==
'single'
1731
1732
1733
def
test_inside_quotes_04():
Callers
nothing calls this directly
Calls
1
is_inside_quotes
Function · 0.90
Tested by
no test coverage detected