MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / test_string_slice

Function test_string_slice

tests/test_ast_rewrite.py:91–94  ·  view source on GitHub ↗
(src, result)

Source from the content-addressed store, hash-verified

89 ("'hello_world'[-1]", 'd'),
90))
91def test_string_slice(src, result):
92 tree = process_source_code(src)
93 assert isinstance(tree, String)
94 assert str(tree) == result
95
96
97def test_if_condition_dont_modify_data():

Callers

nothing calls this directly

Calls 1

process_source_codeFunction · 0.85

Tested by

no test coverage detected