(src, result)
| 116 | ("'aGVsbG9fd29ybGQ='.decode('base64')", "hello_world"), |
| 117 | )) |
| 118 | def test_inline_decode(src, result): |
| 119 | tree = process_source_code(src) |
| 120 | assert str(tree) == result |
| 121 | |
| 122 | |
| 123 | def test_subscript_variable_resolving(): |
nothing calls this directly
no test coverage detected