marko/test/autotests/codegen/if/expected.js
Patrick Steele-Idem 5df81440e5 Reorganized tests
2016-05-05 07:56:24 -07:00

4 lines
32 B
JavaScript

if (a === 1) {
foo = "bar";
}