Repro:
Assemble the following line: Message: DB 'Hello World!$'
Result:
ERROR: lasm-parser (35) syntax error, unexpected TEXT, expecting DIRECTIVE
Expected result:
An error message which indicates that a compiler directive was encountered when not expected (or is missing a '.')