MCPcopy Create free account
hub / github.com/dbcli/mycli / test_inside_quotes_02

Function test_inside_quotes_02

test/pytests/test_completion_engine.py:1723–1725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1721
1722
1723def test_inside_quotes_02():
1724 text = "select '\\'"
1725 assert is_inside_quotes(text, len(text)) == 'single'
1726
1727
1728def test_inside_quotes_03():

Callers

nothing calls this directly

Calls 1

is_inside_quotesFunction · 0.90

Tested by

no test coverage detected