function coder_test_tab in Coder 5
Same name and namespace in other branches
- 5.2 tests/coder_style.inc \coder_test_tab()
@file This include file implements tests for the Drupal Standards
It is never actually called by the coder code, but is read when running admin/coder/coder
File
- tests/
coder_style.inc, line 10 - This include file implements tests for the Drupal Standards
Code
function coder_test_tab() {
// tab in comment - is this ok?
$var = 'tab in quote';
// is this ok?
$var = 'tab error';
}