passing the funky comment test

This commit is contained in:
Jeremy Ashkenas
2010-02-12 16:26:28 -05:00
parent 1a6194e9f0
commit 4deabf5e01
3 changed files with 8 additions and 3 deletions

View File

@@ -474,7 +474,8 @@
statement: true
});
}), o("Comment TERMINATOR When", function() {
return $3.comment = $1;
$3.comment = $1;
return $3;
})
],
// The most basic form of "if".