Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mcaceresb opened this issue Apr 4, 2022 · 0 comments

Comments

@mcaceresb
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant