MCPcopy 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
1738def test_inside_quotes_05():
1739 text = 'select "\\"\''
1740 assert is_inside_quotes(text, len(text)) == 'double'
1741
1742
1743def test_inside_quotes_06():

Callers

nothing calls this directly

Calls 1

is_inside_quotesFunction · 0.90

Tested by

no test coverage detected