Skip to content

add test for #13234 #7544

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add test for #13234 #7544

wants to merge 1 commit into from

Conversation

ludviggunne
Copy link
Contributor

No description provided.

@@ -8492,6 +8493,12 @@ class TestTokenizer : public TestFixture {
ASSERT_NO_THROW(tokenizeAndStringify(code));
}

void stringviewLiteral() { // #13234
const char code[] = "auto sv2 = \"test\"sv;";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fear this does not match the test code in the ticket. I fear the user included string_view and that his header is needed to reproduce the syntax error.

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

Successfully merging this pull request may close these issues.

2 participants