-- Andreas, 2021-01-24
-- A keyword cannot both start and stop layout.

Foo. Main ::= "bar";

layout "bar ";
layout stop " bar";  -- Recoverable error here.

-- Should also complain if keyword has additional spaces (which are trimmed).