mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
Remove fixtures prefix
This commit is contained in:
parent
15ce694967
commit
2387b4e9f8
|
|
@ -11,8 +11,8 @@
|
|||
use lib '../lib';
|
||||
use Parser;
|
||||
|
||||
my $test-file1 = './fixture/test-hierarchy-with-root.md';
|
||||
my $test-file2 = './fixture/test-hierarchy-without-root.md';
|
||||
my $test-file1 = './fixture/hierarchy-with-root.md';
|
||||
my $test-file2 = './fixture/hierarchy-without-root.md';
|
||||
my $parser1 = Parser::Parser.new($test-file1);
|
||||
my $parser2 = Parser::Parser.new($test-file2);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue