diff --git a/test/Spectre.Console.Tests/Expectations/Widgets/Layout/Render_Layout_With_Three_And_One_Columns.Output.verified.txt b/test/Spectre.Console.Tests/Expectations/Widgets/Layout/Render_Layout_With_Three_And_One_Columns.Output.verified.txt new file mode 100644 index 0000000..1a64de7 --- /dev/null +++ b/test/Spectre.Console.Tests/Expectations/Widgets/Layout/Render_Layout_With_Three_And_One_Columns.Output.verified.txt @@ -0,0 +1,17 @@ +┌──────────────────┐┌──────────────────┐ +│ Hello, World! ││ Hello, World! │ +│ ││ │ +│ ││ │ +└──────────────────┘│ │ +┌──────────────────┐│ │ +│ Hello, World! ││ │ +│ ││ │ +│ ││ │ +│ ││ │ +└──────────────────┘│ │ +┌──────────────────┐│ │ +│ Hello, World! ││ │ +│ ││ │ +│ ││ │ +│ ││ │ +└──────────────────┘└──────────────────┘ \ No newline at end of file