-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle nested elements correctly when with attributes is specified
- Loading branch information
1 parent
fe28973
commit 433c294
Showing
5 changed files
with
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
|
||
2024-08-30 Ammar Almorsi <[email protected]> | ||
|
||
BUG #961: Nested Elements Mishandled Despite 'with attributes' Specification | ||
* tree.c (set_ml_attrs_and_children): Enhanced the function to handle | ||
the case where a child has attributes | ||
* codegen.c (output_ml_suppress_checks): Modified the starting point | ||
to start from the last attribute if present | ||
* codegen.c (get_prev_ml_tree_entry): Removed the fallback case to | ||
prevent infinite loops | ||
|
||
2024-08-28 David Declerck <[email protected]> | ||
|
||
* tree.c (char_to_precedence_idx, get_char_type_description, valid_char_order): | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
|
||
2024-08-30 Ammar Almorsi <[email protected]> | ||
* testsuite.src/run_ml.at: Added new test case to verify the correct | ||
generation of nested XML attributes | ||
|
||
2024-08-03 David Declerck <[email protected]> | ||
|
||
* testsuite.src/run_file.at, testsuite.src/run_misc.at: | ||
|
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