Fix expectation structure

This commit is contained in:
Patrik Svensson
2021-01-04 18:21:00 +01:00
committed by Patrik Svensson
parent 9ad5f2daeb
commit 1bb0b9ccc6
205 changed files with 293 additions and 143 deletions

View File

@ -0,0 +1,45 @@
[
[
{
Text: Foo,
Style: {
Foreground: {},
Background: {}
}
}
],
[
{
Text: Bar,
Style: {
Foreground: {},
Background: {}
}
}
],
[
{
Text: Baz,
Style: {
Foreground: {},
Background: {}
}
},
{
Text: Qux,
Style: {
Foreground: {},
Background: {}
}
}
],
[
{
Text: Corgi,
Style: {
Foreground: {},
Background: {}
}
}
]
]