Skip to content

Commit

Permalink
Introduce cpj_path_join_and_normalize
Browse files Browse the repository at this point in the history
Make sure the test case more consistence with nodejs
  • Loading branch information
lygstate committed Dec 16, 2024
1 parent 4d1bbd0 commit 76af840
Show file tree
Hide file tree
Showing 7 changed files with 1,081 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
BasedOnStyle: LLVM
AlignAfterOpenBracket: DontAlign
AlignAfterOpenBracket: BlockIndent
BinPackArguments: true
BinPackParameters: true
BreakBeforeBraces: Mozilla
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9.2)
cmake_minimum_required(VERSION 3.10)

# set project name
project(cpj
Expand Down Expand Up @@ -175,6 +175,7 @@ if(ENABLE_TESTS)
create_test(DEFAULT normalize mixed)
create_test(DEFAULT normalize overlap)
create_test(DEFAULT normalize empty)
create_test(DEFAULT normalize zero_length)
create_test(DEFAULT normalize only_separators)
create_test(DEFAULT normalize back_after_root)
create_test(DEFAULT normalize forward_slashes)
Expand Down
Loading

0 comments on commit 76af840

Please sign in to comment.