root/lang/perl/Sledge-Plugin-Inflate/trunk/t/spelling.t
@
13998
| Revision 13998, 286 bytes (checked in by tokuhirom, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use Test::More; |
| 4 | BEGIN { |
| 5 | eval q[use Test::Spelling]; |
| 6 | plan(skip_all => "Test::Spelling required for testing spelling") if $@; |
| 7 | } |
| 8 | |
| 9 | my @stopwords = split /\n/, <<'EOF'; |
| 10 | Tokuhiro |
| 11 | Matsuno |
| 12 | IP |
| 13 | ip |
| 14 | yaml |
| 15 | EOF |
| 16 | |
| 17 | add_stopwords(@stopwords); |
| 18 | all_pod_files_spelling_ok; |
| 19 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)