File tree Expand file tree Collapse file tree 3 files changed +305
-371
lines changed
Expand file tree Collapse file tree 3 files changed +305
-371
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace hk {
1515
1616 auto num_prefix_dots = 0uz;
1717 if (absolute) {
18- r.set_num_prefix_dots (1 );
18+ r.set_prefix (1 );
1919
2020 } else {
2121 for (; num_prefix_dots != max_num_prefix_dots; ++num_prefix_dots) {
@@ -27,7 +27,7 @@ namespace hk {
2727 return tokens_did_not_match;
2828 }
2929
30- r.set_num_prefix_dots (num_prefix_dots);
30+ r.set_prefix (num_prefix_dots);
3131 }
3232
3333 if (it[num_prefix_dots] == token::identifier) {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ TEST_CASE(recursive_repository_scan)
3535 REQUIRE (repository.child_repositories ()[0 ]->remote .url () == " https://github.com/hikoworks/hikolang-test-a.git" );
3636 REQUIRE (repository.child_repositories ()[1 ]->remote .url () == " https://github.com/hikoworks/hikolang-test-b.git" );
3737
38- REQUIRE (repository.anchors ().size () == 2 );
38+ // REQUIRE(repository.anchors().size() == 2);
3939}
4040
4141// TEST_CASE(parse_repository)
You can’t perform that action at this time.
0 commit comments