File: Apache-Session-Browseable-common.t

package info (click to toggle)
libapache-session-browseable-perl 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 248 kB
  • ctags: 63
  • sloc: perl: 915; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More;

plan tests => 3;

use_ok('Apache::Session::Browseable::_common');

my ( $a, $b ) = ( [qw(0 1 a)], [qw(0 1 a b)] );

ok( Apache::Session::Browseable::_common->_tabInTab( $a, $b ) );

ok( !Apache::Session::Browseable::_common->_tabInTab( $b, $a ) );