stata_kernel icon indicating copy to clipboard operation
stata_kernel copied to clipboard

Kernel does not execute then `*` is used within multi-line `syntax` statement

Open mcaceresb opened this issue 2 years ago • 0 comments

Problem description

* is not parsed correctly with multi-line syntax statements. It's a stand-in that allows passing options across programs, but the kernel registers it as a comment if starts a line, even if it's part of a valid multi-line syntax statement. See below for example.

Debugging log

N/A

Code Sample

syntax, [ ///
    *]

Expected Output

Not an error. I get invalid syntax error.

Other information

  • Linux
  • 15.1
  • 1.12.2

mcaceresb avatar Apr 04 '22 02:04 mcaceresb