From 0e5e88255768895c9ba3d0ac7c0e0cc325fb9886 Mon Sep 17 00:00:00 2001 From: Arno Gourdol Date: Tue, 28 Jan 2025 16:25:11 -0800 Subject: [PATCH] chore: test --- test/__snapshots__/markup.test.ts.snap | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/__snapshots__/markup.test.ts.snap b/test/__snapshots__/markup.test.ts.snap index 8c90cf9ff..2838b696c 100644 --- a/test/__snapshots__/markup.test.ts.snap +++ b/test/__snapshots__/markup.test.ts.snap @@ -2,7 +2,7 @@ exports[`ACCENTS 0/ \\vec renders correctly 1`] = ` [ - "xx+1", + "xx+1", "no-error", ] `; @@ -594,28 +594,28 @@ exports[`ENVIRONMENTS 11/ \\begin{(}\\end{(} errors 1`] = `"unknown-environment" exports[`EXTENSIONS 0/ \\htmlData{foo=green}{2+\\frac{1}{x}} renders correctly 1`] = ` [ - "2+x1", + "2+x1", "no-error", ] `; exports[`EXTENSIONS 1/ \\htmlData{foo=green, bar}{2+\\frac{1}{x}} renders correctly 1`] = ` [ - "2+x1", + "2+x1", "no-error", ] `; exports[`EXTENSIONS 2/ \\htmlData{foo=green, bar=blue}{2+\\frac{1}{x}} renders correctly 1`] = ` [ - "2+x1", + "2+x1", "no-error", ] `; exports[`EXTENSIONS 3/ \\htmlData{foo bar=green, bar=blue}{2+\\frac{1}{x}} renders correctly 1`] = ` [ - "2+x1", + "2+x1", "no-error", ] `; @@ -636,14 +636,14 @@ exports[`EXTENSIONS 5/ \\class{css class name}{2+\\frac{1}{x}} renders correctly exports[`EXTENSIONS 6/ \\cssId{a-css-id-1234}{2+\\frac{1}{x}} renders correctly 1`] = ` [ - "2+x1", + "2+x1", "no-error", ] `; exports[`EXTENSIONS 7/ \\cssId{a css id 1234}{2+\\frac{1}{x}} renders correctly 1`] = ` [ - "2+x1", + "2+x1", "no-error", ] `; @@ -1455,7 +1455,7 @@ exports[`SPACING AND KERN 8/ x \\scriptstyle x renders correctly 1`] = ` exports[`SPACING AND KERN 9/ \\vec{x} \\scriptstyle \\vec{x} renders correctly 1`] = ` [ - "xx", + "xx", "no-error", ] `;