mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-16 09:59:32 +08:00
Prefix with module name
This commit is contained in:
parent
3eb948f1cf
commit
a36f2f8664
@ -13,12 +13,12 @@
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
use lib '../lib';
|
use lib '../lib';
|
||||||
use Parser;
|
use Rawstr4c::Parser;
|
||||||
|
|
||||||
my $test-file1 = './fixture/hierarchy-with-root.md';
|
my $test-file1 = './fixture/hierarchy-with-root.md';
|
||||||
my $test-file2 = './fixture/hierarchy-without-root.md';
|
my $test-file2 = './fixture/hierarchy-without-root.md';
|
||||||
my $parser1 = Parser::Parser.new($test-file1);
|
my $parser1 = Rawstr4c::Parser::Parser.new($test-file1);
|
||||||
my $parser2 = Parser::Parser.new($test-file2);
|
my $parser2 = Rawstr4c::Parser::Parser.new($test-file2);
|
||||||
|
|
||||||
$parser1.parse();
|
$parser1.parse();
|
||||||
$parser2.parse();
|
$parser2.parse();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user