From fec7fdc691d02eeecb01fed51b4717abd4d79b6c Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 23 Nov 2020 10:22:13 +1100 Subject: tests(cli): add test for improper unicode encoding (#8162) and updates swc_ecma_codegen Closes #8161 --- cli/module_graph.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/module_graph.rs') diff --git a/cli/module_graph.rs b/cli/module_graph.rs index d11dda1ca..2572feb10 100644 --- a/cli/module_graph.rs +++ b/cli/module_graph.rs @@ -1909,6 +1909,7 @@ pub mod tests { ("file:///tests/fixture12.ts", "fixture12.out"), ("file:///tests/fixture13.ts", "fixture13.out"), ("file:///tests/fixture14.ts", "fixture14.out"), + ("file:///tests/fixture15.ts", "fixture15.out"), ]; let c = PathBuf::from(env::var_os("CARGO_MANIFEST_DIR").unwrap()); let fixtures = c.join("tests/bundle"); -- cgit v1.2.3