mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
d917af4614
Previously, the support for the "in" operator was iffy, and "new" was not supported at all, "in" would fail when checking if a nested property was in something else, as the leading space would be stripped, and "new" would fail because the following space would be stripped. This commit fixes that by preserving the significant whitespace where necessary.