Commit fa2109e
authored
fix: parsing empty elements (#284)
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect -->
# Summary
Fixes:
#275
Parsing empty elements has been broken, when there was an empty inline
tag inside it
## Test Plan
- Paste following html as a default value:
```html
<html><p>Asd</p><p>Asd</p><p>Asd</p><p><b>Asd</b></p><p><b>Asd</b></p><ul><li><b>asd</b></li><li><b>asd</b></li><li><b>asd</b></li><li><b></b></li></ul><br></html>
```
- Notice that text is parsed properly
## Screenshots / Videos
https://github.com/user-attachments/assets/926538e5-2034-40f0-90e4-8ea04994a39b
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ✅ |1 parent 9b1b4c8 commit fa2109e
File tree
1 file changed
+0
-1
lines changed- android/src/main/java/com/swmansion/enriched/utils
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | 415 | | |
417 | 416 | | |
418 | 417 | | |
| |||
0 commit comments