From 5a245b2e43ec108fef7b325e75e2f7a9233fc43c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 24 Apr 2024 17:52:06 +0100 Subject: [PATCH] snapshots --- CHANGELOG.md | 2 +- .../__snapshots__/test_snapshots.ambr | 158 ++++++++++++++++++ 2 files changed, 159 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e645fd45f..7decf03774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fixed `TextArea` to end mouse selection only if currently selecting https://github.com/Textualize/textual/pull/4436 -- Fixed issue with margins +- Fixed issue with margins https://github.com/Textualize/textual/pull/4441 ### Changed diff --git a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr index 5941436dd7..5b7e08df7c 100644 --- a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr +++ b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr @@ -24615,6 +24615,164 @@ ''' # --- +# name: test_margin_multiple + ''' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MyApp + + + + + + + + + + ═══ + foo + ═══ + + + ──────────────────────────── + + + ──────────────────────────── + + ═══ + bar + ══════ + bar + ═══ + + + + ──────────────────────────────────────────────────────── + + + + + + + + + + ''' +# --- # name: test_markdown_component_classes_reloading '''