Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Feb 19, 2024
1 parent 735d450 commit 20e137b
Showing 1 changed file with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`unified-latex-doc-examples > example count-macros.ts 1`] = `
"Building in mode: development.
Macro statistics:
"Macro statistics:
All macros: {
textbf: [ '\\\\\\\\textbf{an}', '\\\\\\\\textbf{amazing}' ],
Expand All @@ -20,18 +18,14 @@ Math mode macros: [ '^', 'sum', '_', '^', 'infty', 'frac', '^' ]
`;

exports[`unified-latex-doc-examples > example custom-macros.ts 1`] = `
"Building in mode: development.
\\\\textbf{custom} \\\\abc
"\\\\textbf{custom} \\\\abc
\\\\textbf{custom} \\\\abc{macro}
\\\\textbf \\\\abc{macro}
"
`;

exports[`unified-latex-doc-examples > example expanding-or-replacing-macros.ts 1`] = `
"Building in mode: development.
\\\\newcommand{\\\\abc}[1]{ABC} My \\\\textbf{custom} \\\\abc{macro}.
"\\\\newcommand{\\\\abc}[1]{ABC} My \\\\textbf{custom} \\\\abc{macro}.
My \\\\textbf{custom} ABC.
\\\\abc{fun} $x=ABC$
My \\\\textbf{custom} ABC.
Expand All @@ -40,18 +34,14 @@ exports[`unified-latex-doc-examples > example expanding-or-replacing-macros.ts 1
`;

exports[`unified-latex-doc-examples > example ignore-defaults.ts 1`] = `
"Building in mode: development.
\\\\textbf \\\\abc
"\\\\textbf \\\\abc
^
\\\\color{blue} \\\\textbf {foo}
"
`;

exports[`unified-latex-doc-examples > example using-unified.ts 1`] = `
"Building in mode: development.
{
"{
type: 'macro',
content: 'textbf',
position: {
Expand Down

0 comments on commit 20e137b

Please sign in to comment.