Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ test_inside_quotes_01
Function
test_inside_quotes_01
test/pytests/test_completion_engine.py:1718–1720 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1716
1717
1718
def
test_inside_quotes_01():
1719
text =
"select '"
1720
assert is_inside_quotes(text, len(text)) ==
'single'
1721
1722
1723
def
test_inside_quotes_02():
Callers
nothing calls this directly
Calls
1
is_inside_quotes
Function · 0.90
Tested by
no test coverage detected