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

Nested comments #155

Open
thgh opened this issue Mar 8, 2024 · 0 comments
Open

Nested comments #155

thgh opened this issue Mar 8, 2024 · 0 comments

Comments

@thgh
Copy link

thgh commented Mar 8, 2024

it ('can parse nested full comments', () => {
lexer.reset('/* /* */ /* /* */ */ */ select');

I was wondering about this test case. Shouldn't the lexer detect that as a syntax error?

/* /* */ /* /* */ */ */

Postgresql throws: syntax error at or near "*/"

Also notice that the github code highlighter doesn't expect nested comments.

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