// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiHighlight behavior loose matching matches strings with different casing 1`] = ` different case match `; exports[`OuiHighlight behavior matching applies to all matches 1`] = ` match match match `; exports[`OuiHighlight behavior matching only applies to first match 1`] = ` match match match `; exports[`OuiHighlight behavior strict matching doesn't match strings with different casing 1`] = ` different case match `; exports[`OuiHighlight is rendered 1`] = ` value `;