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 fmt for parser test #1156

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Fix fmt for parser test #1156

merged 1 commit into from
Jul 8, 2024

Conversation

panglesd
Copy link
Collaborator

@panglesd panglesd commented Jul 5, 2024

I merged #1149 and realized only after that the formatting CI did not pass...

Fixing that here.

@panglesd panglesd added the no changelog This pull request does not need a changelog entry label Jul 5, 2024
@@ -2903,7 +2903,7 @@ let%expect_test _ =
{|{delim@ocaml[ let x = ]delim[ {err@mdx-error[ here's the error ]} ]err}
]delim}|};
[%expect
"
{|
Copy link
Collaborator

Choose a reason for hiding this comment

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

The escaping within the string also need to change.

Signed-off-by: Paul-Elliot <peada@free.fr>
Copy link
Collaborator

@Julow Julow left a comment

Choose a reason for hiding this comment

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

Let's merge!

@panglesd panglesd merged commit 60e6256 into ocaml:master Jul 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog This pull request does not need a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants