-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert unwanted
ada-toml
downgrade (#1827)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ada-toml
updated
10 files
+1 −1 | run-tests.py | |
+63 −26 | src/toml-generic_parse.adb | |
+93 −34 | src/toml.adb | |
+47 −18 | src/toml.ads | |
+1 −0 | tests/error-eof/input.toml | |
+2 −0 | tests/error-eof/test.yaml | |
+24 −0 | tests/locations/example.toml | |
+48 −0 | tests/locations/main.adb | |
+54 −0 | tests/locations/test.out | |
+1 −0 | tests/locations/test.yaml |