Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
9822f8b1
Commit
9822f8b1
authored
Oct 26, 2001
by
jake%acutex.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check templates for tabs, also.
parent
a87a5b41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
005no_tabs.t
t/005no_tabs.t
+5
-0
No files found.
t/005no_tabs.t
View file @
9822f8b1
...
...
@@ -26,12 +26,17 @@
BEGIN
{
use
lib
"t/"
;
}
BEGIN
{
use
Support::
Files
;
}
BEGIN
{
use
Support::
Templates
;
}
BEGIN
{
$tests
=
@
Support::Files::
testitems
;
}
BEGIN
{
$tests
+=
@
Support::Templates::
testitems
;
}
BEGIN
{
use
Test::
More
tests
=>
$tests
;
}
use
strict
;
my
@testitems
=
@
Support::Files::
testitems
;
my
@templates
=
map
(
$
Support::Templates::
include_path
.
"/"
.
$_
,
@
Support::Templates::
testitems
);
push
(
@testitems
,
@templates
);
foreach
my
$file
(
@testitems
)
{
open
(
FILE
,
"$file"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment