Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ test_inside_quotes_05
Function
test_inside_quotes_05
test/pytests/test_completion_engine.py:1738–1740 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1736
1737
1738
def
test_inside_quotes_05():
1739
text =
'select "\\"\'
&
#x27;
1740
assert is_inside_quotes(text, len(text)) ==
'double'
1741
1742
1743
def
test_inside_quotes_06():
Callers
nothing calls this directly
Calls
1
is_inside_quotes
Function · 0.90
Tested by
no test coverage detected