amnaredo / test

0 stars 0 forks source link

possibility to avoid using the triple quote #198

Open amnaredo opened 3 years ago

amnaredo commented 3 years ago

If a string has a special character, such as \\bvpm\\b, pprintln will print it in 3 lines using the tripple quote, as follows:

    """
\bvpm\b
    """

it would be good to have the options to (1) not use the triple quote, and (2) to use the triple quote but all in one line.

ID: 185 Original Author: dportabella

amnaredo commented 3 years ago

pprint has been broken out into it's own repo Original Author: lihaoyi