// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiI18n default rendering render prop with multiple tokens renders render prop result to the dom 1`] = `
This is the first basic string.
This is the second basic string.
`;
exports[`OuiI18n default rendering render prop with single token calls a function and renders render prop result to the dom 1`] = `
Here's something neat: This is a callback with values.
`;
exports[`OuiI18n default rendering render prop with single token renders render prop result to the dom 1`] = `
A nifty thing: This is a basic string.
`;
exports[`OuiI18n default rendering render prop with single token renders render prop result with placeholders to the dom 1`] = `
Here's something cool: This is a string with values.
`;
exports[`OuiI18n default rendering rendering to dom calls a function and renders the result to the dom 1`] = `
This is a callback with values.
`;
exports[`OuiI18n default rendering rendering to dom renders a basic string to the dom 1`] = `
This is a basic string.
`;
exports[`OuiI18n default rendering rendering to dom renders a string with placeholders to the dom 1`] = `
This is a string with values.
`;
exports[`OuiI18n default rendering rendering to dom renders when value is null 1`] = `
`;
exports[`OuiI18n mapped tokens handles multiple tokens 1`] = `
first value
second value
`;
exports[`OuiI18n mapped tokens handles single token with values 1`] = `
In reverse order: aardvarks, then apples
`;
exports[`OuiI18n mapped tokens handles single token without values 1`] = `
This is the mapped value.
`;
exports[`OuiI18n mapped tokens mappingFunc calls the mapping function with the source string 1`] = `
PLACEHOLDER
`;
exports[`OuiI18n reading values from context mappingFunc calls the mapping function with the source string 1`] = `
THIS IS THE BASIC STRING.
`;
exports[`OuiI18n reading values from context render prop with multiple tokens renders mapped render prop result to the dom 1`] = `
This is the first mapped value.
This is the second mapped value.
`;
exports[`OuiI18n reading values from context render prop with single token calls a mapped function and renders render prop result to the dom 1`] = `
Here's something neat: This is a callback with values.
`;
exports[`OuiI18n reading values from context render prop with single token renders mapped render prop result to the dom 1`] = `
A nifty thing: An overridden string.
`;
exports[`OuiI18n reading values from context render prop with single token renders mapped render prop result with placeholders to the dom 1`] = `
Here's something cool: An overridden string with values.
`;
exports[`OuiI18n reading values from context rendering to dom calls a mapped function and renders the result to the dom 1`] = `
This is a mapped callback with values.
`;
exports[`OuiI18n reading values from context rendering to dom renders a mapped basic string to the dom 1`] = `
An overridden string.
`;
exports[`OuiI18n reading values from context rendering to dom renders a mapped string with placeholders to the dom 1`] = `
An overridden string with values.
`;
exports[`OuiI18n useOuiI18n unmapped calls a function and renders the result to the dom 1`] = `