We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc3e52 commit 2d3f2abCopy full SHA for 2d3f2ab
packages/angular-html-parser/test/index_spec.ts
@@ -51,7 +51,7 @@ describe("options", () => {
51
52
it("should be able to parse MJML", () => {
53
const MJML_RAW_TAGS = new Set(["mj-style", "mj-raw"]);
54
- const result = parse('<mj-raw></p></mj-raw>', {
+ const result = parse("<mj-raw></p></mj-raw>", {
55
getTagContentType: (tagName) =>
56
MJML_RAW_TAGS.has(tagName) ? TagContentType.RAW_TEXT : undefined,
57
});
0 commit comments