| parrotcode: checks for superfluous trailing space or tab characters | |
| Contents | Tests | 

t/codingstd/trailing_space.t - checks for superfluous trailing space or tab characters

    # test all files
    % prove t/codingstd/trailing_space.t
    # test specific files
    % perl t/codingstd/trailing_space.t src/foo.c include/parrot/bar.h

Checks that files don't have trailing space or tab characters between the last nominal character on the line and the end of line character.

|  |   |