1 2 3 4 5 6 7
// this checks quoting of strings that could be numbers, when we render "10" = "42" "-10" = "-42" foo-bar = bar-baz "---" = "------" a- = b-