Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ test_inside_quotes_04
Function
test_inside_quotes_04
test/pytests/test_completion_engine.py:1733–1735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1731
1732
1733
def
test_inside_quotes_04():
1734
text =
'select "'
1735
assert is_inside_quotes(text, len(text)) ==
'double'
1736
1737
1738
def
test_inside_quotes_05():
Callers
nothing calls this directly
Calls
1
is_inside_quotes
Function · 0.90
Tested by
no test coverage detected