We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967d11d commit c72f602Copy full SHA for c72f602
crates/oxc_codegen/tests/integration/js.rs
@@ -164,7 +164,6 @@ fn if_stmt() {
164
"function f() { if (foo) return foo; else if (bar) return foo; }",
165
"function f(){if(foo)return foo;else if(bar)return foo}",
166
);
167
- test("function f(){if(a) if(b) return 1;}", "function f() {\n\tif (a) if (b) return 1;\n}\n");
168
}
169
170
#[test]
0 commit comments