Skip to content

Conversation

AndreasArvidsson
Copy link
Member

Fixes #2678

Checklist

  • I have added tests
  • [/] I have updated the docs and cheatsheet
  • [/] I have not broken the cheatsheet

@AndreasArvidsson AndreasArvidsson requested a review from a team as a code owner November 16, 2024 13:52
Copy link
Member

@auscompgeek auscompgeek left a comment

Choose a reason for hiding this comment

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

Could we also have a test for more hashes, like r##"hello"##?

@AndreasArvidsson
Copy link
Member Author

Could we also have a test for more hashes, like r##"hello"##?

Oh that is valid? I did not add support for that.

@auscompgeek
Copy link
Member

Oh that is valid?

Per the language reference (also linked in the issue), yes :)

@AndreasArvidsson
Copy link
Member Author

AndreasArvidsson commented Nov 16, 2024

Oh that is valid?

Per the language reference (also linked in the issue), yes :)

Tree sitter gives us no help here so all those different combinations with hashes is something we need to solve with regex in that case.

@AndreasArvidsson
Copy link
Member Author

Now we support multiple hashes :)

@pokey pokey added this pull request to the merge queue Nov 16, 2024
Merged via the queue into main with commit d6cc6f9 Nov 16, 2024
15 checks passed
@pokey pokey deleted the rustStrings branch November 16, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust raw string breaks scopes

3 participants