##
use Test::FilePath tests => 1;
filepath_is( "some/path", "some\path" );
####
my @expected = qw{ some file path here };
is( get_a_filename(), File::Spec->join( @expected ) );
####
my $expected = "some/file/path/here";
filepath_is( "some:file:path:here", $expected );