mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-21 06:08:14 +08:00
Fix expectation structure
This commit is contained in:

committed by
Patrik Svensson

parent
9ad5f2daeb
commit
1bb0b9ccc6
@ -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: {}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user