Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Oct 17, 2024
1 parent 9979501 commit de821cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ testcase! {
}"#,
r#"import { template } from "@ember/template-compiler";
function f(this: Context, ...args: unknown[]) {
function t(this: Context, ...args1: unknown[]) {}
function t(this: Context, ...args: unknown[]) {}
;
return template(``, { eval() { return eval(arguments[0]) } });
}"#
Expand Down

0 comments on commit de821cf

Please sign in to comment.