13.3.0.63 The code formatter stumbles on the ALTER SESSION CLOSE DATABASE LINK command

For the following command an error is shown and it is formatted incorrectly. (The blanks are inserted by the code formatter).

ALTER SESSION CLOSE DATABASE LINK hq.acme . com;

[Error] Syntax check (13: 43): ERROR: line 13, column 43, ending line 13, column 43: Found '.': Expecting: end-of-input -or- ADVISE CLOSE DEFAULT DISABLE ENABLE FORCE SET SYNC

However, it is executed correctly (after the blanks are removed) with both F5 and F9, if that makes a difference.

BR
Dirk

The formatter "stumbles" as parser sees an error on ".com".
That error is in error, and queued for fixing (QP-3699).

Thanks for reporting,
Andre