aboutsummaryrefslogtreecommitdiff
path: root/tests/pretty.rs
AgeCommit message (Expand)AuthorLines
2017-11-12Move tests into their own crateDavid Tolnay-308/+0
2017-08-13close #209: remove FIXME, appears to have been invalidGarrett Berg-3/+7
2017-08-13add pretty_string_literal to be able to disable literal stringsGarrett Berg-1/+43
2017-08-13add spaces between array items and test for themGarrett Berg-0/+48
2017-07-28add """ for non-literals with newlines, clean up logic and add testsGarrett Berg-7/+25
2017-07-28make single lines also prettyGarrett Berg-6/+15
2017-07-27fix bugs with prettyGarrett Berg-0/+19
2017-07-24fix Serializer::pretty_array(false)Garrett Berg-5/+40
2017-07-24add testsGarrett Berg-6/+113
2017-07-10fix for rust 1.15Garrett Berg-1/+1
2017-07-09pretty arraysGarrett Berg-0/+6
2017-07-09array doesn't break anything...Garrett Berg-3/+3
2017-07-09add pretty sting serializationGarrett Berg-0/+20