fbe6d0c1

By: Greg Pfeil <greg@technomadic.org>

Accept empty string literals

The Fluent grammar gives

    StringLiteral ::= "\"" quoted_char* "\""

— zero or more — but `stringLiteral` used `sisome`, demanding at least one
character. So `{""}` was rejected.
configuredevShellghc910ghc912ghc94ghc96ghc98x86_64-linuxdefaultx86_64-linux