Skip to content

Commit

Permalink
🌿 Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 6, 2023
1 parent 3c9a1d0 commit 258e070
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions denops/gin/util/__snapshots__/ansi_escape_code_test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const snapshot = {};

snapshot[`buildDecorationsFromAnsiEscapeCode (vim) 1`] = `
snapshot[`buildDecorationsFromAnsiEscapeCode (nvim) 1`] = `
{
content: [
"\\x1b[1mbold\\x1b[0m",
"\\x1b[3mitalic\\x1b[0m",
"\\x1b[4munderline\\x1b[0m",
"\\x1b[9mstrikethrough\\x1b[0m",
"\\x1b[31mred\\x1b[0m",
"[1mbold[0m",
"[3mitalic[0m",
"[4munderline[0m",
"[9mstrikethrough[0m",
"[31mred[0m",
"",
],
decorations: [
Expand Down Expand Up @@ -53,14 +53,14 @@ snapshot[`buildDecorationsFromAnsiEscapeCode (vim) 1`] = `
}
`;

snapshot[`buildDecorationsFromAnsiEscapeCode (nvim) 1`] = `
snapshot[`buildDecorationsFromAnsiEscapeCode (vim) 1`] = `
{
content: [
"\\x1b[1mbold\\x1b[0m",
"\\x1b[3mitalic\\x1b[0m",
"\\x1b[4munderline\\x1b[0m",
"\\x1b[9mstrikethrough\\x1b[0m",
"\\x1b[31mred\\x1b[0m",
"[1mbold[0m",
"[3mitalic[0m",
"[4munderline[0m",
"[9mstrikethrough[0m",
"[31mred[0m",
"",
],
decorations: [
Expand Down

0 comments on commit 258e070

Please sign in to comment.