This commit is contained in:
Ashcon Partovi
2024-06-19 11:03:24 -07:00
parent 4a0c44df83
commit ffaae41a13

View File

@@ -20,3 +20,10 @@ exports[`macros should not lead to seg faults under any given input 1`] = `
error: "Cannot convert argument type to JS" error in macro
at [dir]/index.ts:2:1"
`;
exports[`macros should not lead to seg faults under any given input 1`] = `
"2 | fn(\`©${''}\`);
^
error: "Cannot convert argument type to JS" error in macro
at [dir]/index.ts:2:1"
`;