// Bun Snapshot v1, https://goo.gl/fbAQLP exports[`options matcher custom matcher 1`] = ` "

This is some amazing quote

" `; exports[`options matcher custom matcher 2`] = ` "

This is some amazing quote

" `; exports[`options empty options 1`] = ` "

Some title

Some note

Column A Column B Column C
Some stuff
" `; exports[`options do not trim 1`] = ` "

Here is a typescript snippet

export function sum(a: number, b: number): number {
  return a + b
}

" `;