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

Fixes an error failing to parse if there is a newline after an attribute #26

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

piyoppi
Copy link
Owner

@piyoppi piyoppi commented Nov 19, 2024

属性名の直後に改行があるとパースに失敗する不具合を修正します。以下のように記述したとき、 unwrap-block が属性名としてパースされませんでした。

/* <time-limited to="YYYY-MM-DD HH:MM:SS" unwrap-block
 *  c=""
 *  > */

/* </time-limited> */

@piyoppi piyoppi force-pushed the fix-attribute-next-line-break branch from ab3dece to 4b72543 Compare November 19, 2024 15:23
@piyoppi piyoppi marked this pull request as ready for review November 19, 2024 15:23
@piyoppi piyoppi merged commit 8d31d4b into main Nov 19, 2024
1 check passed
@piyoppi piyoppi deleted the fix-attribute-next-line-break branch November 19, 2024 15:29
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