-
I'm a newbie, I tried all afternoon but couldn't find the answer 😢 , thx my test: test_inline!(
Default::default(),
|_| as_folder(TransformVisitor),
desc,
r#"
class A {
@a a(){}
}
"#,
r#"
class A {
@a a(){}
}
"#
); Unexpected token |
Beta Was this translation helpful? Give feedback.
Answered by
kdy1
Sep 5, 2024
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kdy1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Default::default()
is actuallySyntax::Es(EsSyntax::default())