@@ -5500,7 +5500,7 @@ describe("component error handling (catchError)", () => {
static template = xml`
Error handled
-
+
`;
state = useState({ error: false });
diff --git a/tests/qweb/qweb.test.ts b/tests/qweb/qweb.test.ts
index e950c403..6475bbbf 100644
--- a/tests/qweb/qweb.test.ts
+++ b/tests/qweb/qweb.test.ts
@@ -426,7 +426,7 @@ describe("t-if", () => {
});
test("t-esc with t-elif", () => {
- qweb.addTemplate("test", `
abc
`);
+ qweb.addTemplate("test", `
abc
`);
expect(renderToString(qweb, "test")).toBe("
x
");
});
@@ -1644,7 +1644,7 @@ describe("debugging", () => {
console.log = jest.fn();
qweb.addTemplate(
"test",
- `
hey
`
+ `
hey
`
);
qweb.render("test");
expect(qweb.templates.test.fn.toString()).toMatchSnapshot();
@@ -1658,7 +1658,7 @@ describe("debugging", () => {
console.log = jest.fn();
qweb.addTemplates(`
- coucou
+ coucou
diff --git a/tools/playground/samples.js b/tools/playground/samples.js
index d02526d6..d01834ad 100644
--- a/tools/playground/samples.js
+++ b/tools/playground/samples.js
@@ -1101,7 +1101,7 @@ const RESPONSIVE_XML = `