diff options
Diffstat (limited to 'test-apps/options-list/README.md')
-rw-r--r-- | test-apps/options-list/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-apps/options-list/README.md b/test-apps/options-list/README.md new file mode 100644 index 0000000..375ab26 --- /dev/null +++ b/test-apps/options-list/README.md @@ -0,0 +1,3 @@ +This example tests to make sure changing tag (aka a replace, not a morph) does +not cause a runtime error when diffing children. Previously we mistakenly assumed +we were _always_ doing a morph of children, but this is not the case. |