Age | Commit message (Collapse) | Author |
|
That particular version of Node.js has messed up error messages, so provide a version-specific workaround.
Also fixed an formatting issue which would cause `expect_stdout` to fail if error message contains excerpts of input.
Apply `expect_stdout` to more applicable tests.
|
|
- "" + "a" => "a"
- "" + a + "b" => a + "b"
- "a" + "" => "a" (improving on #45)
|
|
shuffle associative operations to minimise parentheses and aid other uglification efforts
closes #1454
|
|
|
|
Somebody hit me with bug reports on this. :)
Refs #300
|