shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

getSource does not preserve quates -- probabaly low priority #196

Closed shairubin closed 4 months ago

shairubin commented 5 months ago
def testNativeGetSource2(self):
    string = """"abc" """
    node = GetNodeFromInput(string)
    source = GetSource(node.value)
    assert source == string
shairubin commented 4 months ago

not sure the issue above is the problem see all tests marked with issue 196