Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
add test t/table.t
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 23, 2009
1 parent 3d2018c commit ebafacf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion t/lua-TestMore
Submodule lua-TestMore updated from a08fe3 to 713007
25 changes: 25 additions & 0 deletions t/table.t
@@ -0,0 +1,25 @@
#! /usr/local/bin/parrot
# Copyright (C) 2009, Parrot Foundation.
# $Id$

=head1 Lua table & coercion

=head2 Synopsis

% parrot t/table.t

=head2 Description

Wrapper for t/lua-TestMore/test_lua51/106-table.t

=cut

.sub 'main'
$I0 = spawnw 'parrot lua.pbc t/lua-TestMore/test_lua51/106-table.t'
.end

# Local Variables:
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:

0 comments on commit ebafacf

Please sign in to comment.