-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use alpine 3.21 (CMake 3.21), bump tests (#56)
Modify code to work with the latest tests. The only change is to remove length limits of section, property and value.
- Loading branch information
Showing
3 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tests
updated
12 files
+2 −2 | CMakeLists.txt | |
+1 −1 | cmake/almostcat.cmake | |
+1 −1 | cmake/ec_sort.cmake | |
+1 −1 | cmake/runandsort.cmake | |
+0 −2 | filetree/CMakeLists.txt | |
+8 −0 | glob/CMakeLists.txt | |
+0 −2 | meta/CMakeLists.txt | |
+27 −14 | parser/CMakeLists.txt | |
+6 −4 | parser/comments.in | |
+9 −0 | parser/empty_values.in | |
+7 −9 | parser/limits.in | |
+8 −0 | parser/whitespace.in |