forked from phoedos/pmd
74a9950128
The Dart tokenizer was incomplete, resulting in some strings that use string interpolation not being parsed correctly. This has been worked around by making sure that the contents of string interpolation are all included in the same string token.