mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] blockdom: fix t-set-slot causing context capture with xml
This is a commit message.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { ASTType, parse } from "../../src/compiler/parser";
|
||||
import { parseXML } from "../../src/common/utils";
|
||||
import { ASTType, parse as _parse } from "../../src/compiler/parser";
|
||||
|
||||
const parse = (template: string) => _parse(parseXML(`<t>${template}</t>`).firstChild as Element);
|
||||
|
||||
describe("qweb parser", () => {
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user