Fix selector parsing.

This commit is contained in:
Natalie Weizenbaum 2016-10-18 17:04:30 -07:00
parent 4d54c5d351
commit 98f063f59d

View File

@ -210,7 +210,7 @@ abstract class Value {
}
}
}
return result.join(', ');
return result.join(list.separator == ListSeparator.comma ? ', ' : ' ');
}
/// Returns a new list containing [contents] that defaults to this value's