Open
Description
triple_business = {{ __foo constructor__, __bar constructor__ }}
becomes the following after a round trip (added triple _
s):
triple_business = {{ ___foo constructor__,__bar constructor___ }}
If I add the space back in after the comma, then it doesn't parse. Triple _
s isn't a thing anyway.
triple_business = {{ ___foo constructor__, __bar constructor___ }}