0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message
Brendan Ashworth 0df54303c1 test: common.js -> common
This commit changes many test styles to change all references
from require('./common.js'); to require('./common');.

The latter is much more common, with the former only being used in 50
tests. It is just a stylistic change, and it seems that `common.js` was
introduced by a rogue test and copied and pasted into the rest.

Semver: patch
PR-URL: https://github.com/iojs/io.js/pull/917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-02-22 19:34:17 -08:00
..
2100bytes.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
2100bytes.out
error_exit.js test: common.js -> common 2015-02-22 19:34:17 -08:00
error_exit.out
eval_messages.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
eval_messages.out node: do not print SyntaxError hints to stderr 2014-02-06 13:26:57 +04:00
hello_world.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
hello_world.out
max_tick_depth.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
max_tick_depth.out
nexttick_throw.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
nexttick_throw.out
stack_overflow.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
stack_overflow.out
stdin_messages.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
stdin_messages.out events: optimize various functions 2015-02-09 17:47:49 +01:00
testcfg.py test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
throw_custom_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_custom_error.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_in_line_with_tabs.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_in_line_with_tabs.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_non_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_non_error.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_null.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_null.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_undefined.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_undefined.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
timeout_throw.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
timeout_throw.out
undefined_reference_in_new_context.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
undefined_reference_in_new_context.out
vm_display_runtime_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
vm_display_runtime_error.out
vm_display_syntax_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
vm_display_syntax_error.out
vm_dont_display_runtime_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
vm_dont_display_runtime_error.out test: fix error messages after v8 upgrade 2014-10-12 02:05:02 +04:00
vm_dont_display_syntax_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
vm_dont_display_syntax_error.out test: fix error messages after v8 upgrade 2014-10-12 02:05:02 +04:00