dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D

Home Page:http://sdlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bogus parse error for empty strings at EOL

s-ludwig opened this issue · comments

""

The above document (with a newline at the end) generates:

Unescaped newlines are only allowed in raw strings, not regular strings.

sdlang-d 0.9.4

Also has more consequences: test a="" b="hello world" generates:

Expected '=' after attribute name, not Ident