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

Add html macro open tag parse tag #198

Merged
merged 1 commit into from
May 23, 2024
Merged

Add html macro open tag parse tag #198

merged 1 commit into from
May 23, 2024

Conversation

chinedufn
Copy link
Owner

@chinedufn chinedufn commented May 23, 2024

This commit adds a test to the html-macro.

The test verifies that we parse opening tags correctly, such as

<div id="hello">

This test was introduced to help others understand how to test the
macro's internals.
Being able to test the more complex aspects of the macro's internals
helps with getting quicker feedback when working on the internals.

@chinedufn chinedufn force-pushed the proc-macro-tag-tests branch 3 times, most recently from 8e820c5 to 5c6a8d5 Compare May 23, 2024 14:56
This commit adds a test to the `html-macro`.

The test verifies that we parse opening tags correctly, such as
```
<div id="hello">
```

This test was introduced to help others understand how to test the
macro's internals.
Being able to test the more complex aspects of the macro's internals
helps with getting quicker feedback when working on the internals.
@chinedufn chinedufn merged commit 1d26d9c into master May 23, 2024
2 checks passed
@chinedufn chinedufn deleted the proc-macro-tag-tests branch May 23, 2024 15:18
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.

1 participant