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

fix expect![[]] #38

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

xxchan
Copy link

@xxchan xxchan commented May 18, 2023

fix #37

src/lib.rs Outdated
@@ -850,7 +855,7 @@ line1
);

// Check `expect![[ ]]` as well.
assert_eq!(locate_end("]]"), Some(0));
assert_eq!(locate_end("[]]"), Some(2));
Copy link
Author

Choose a reason for hiding this comment

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

The tests should have [ at the beginning.

Copy link
Collaborator

Choose a reason for hiding this comment

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

  • Is the original test still relevant?
  • If so, should we leave in both assertions?
  • If so, what should it equal?
Suggested change
assert_eq!(locate_end("[]]"), Some(2));
assert_eq!(locate_end("]]"), todo!());
assert_eq!(locate_end("[]]"), Some(2));

Copy link
Author

Choose a reason for hiding this comment

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

updated

Copy link
Author

Choose a reason for hiding this comment

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

Wait, I think actually it's not relevant. Because locate is used for update. But when update is called, the syntax has to be correct.

@xxchan
Copy link
Author

xxchan commented May 18, 2023

It seems to break in #27. ping @ecstatic-morse @matklad to take a look

@xxchan
Copy link
Author

xxchan commented May 15, 2024

@quad @matklad Could you take a look? It would be frustrating that the documented quickstart fails.

@quad
Copy link
Collaborator

quad commented May 16, 2024

@xxchan Is the PR ready to be merged? I'm taking a look now…

Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan
Copy link
Author

xxchan commented May 16, 2024

I just came up with a better solution

Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan xxchan requested a review from quad May 16, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Couldn't find closing delimiter for [[]]
2 participants