From b3288496d60d6de1273120193eed6144e7ea5743 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sat, 12 Mar 2022 09:06:31 +0100 Subject: [PATCH 1/3] test: Update attribute fixture snapshot --- .../attribute-behavior/AttributeTableSnapshot.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/fixtures/attribute-behavior/AttributeTableSnapshot.md b/fixtures/attribute-behavior/AttributeTableSnapshot.md index cbaadbca77699..c3a59c1f81a32 100644 --- a/fixtures/attribute-behavior/AttributeTableSnapshot.md +++ b/fixtures/attribute-behavior/AttributeTableSnapshot.md @@ -9787,14 +9787,14 @@ | `src=(integer)`| (changed)| `"http://localhost:3000/1"` | | `src=(NaN)`| (changed, warning)| `"http://localhost:3000/NaN"` | | `src=(float)`| (changed)| `"http://localhost:3000/99.99"` | -| `src=(true)`| (initial, warning)| `` | +| `src=(true)`| (changed, warning, ssr mismatch)| `"http://localhost:3000/true"` | | `src=(false)`| (initial, warning)| `` | | `src=(string 'true')`| (changed)| `"http://localhost:3000/true"` | | `src=(string 'false')`| (changed)| `"http://localhost:3000/false"` | | `src=(string 'on')`| (changed)| `"http://localhost:3000/on"` | | `src=(string 'off')`| (changed)| `"http://localhost:3000/off"` | -| `src=(symbol)`| (initial, warning)| `` | -| `src=(function)`| (initial, warning)| `` | +| `src=(symbol)`| (changed, error, warning, ssr mismatch)| `` | +| `src=(function)`| (changed, warning, ssr mismatch)| `"http://localhost:3000/function%20f()%20%7B%7D"` | | `src=(null)`| (initial)| `` | | `src=(undefined)`| (initial)| `` | @@ -11980,21 +11980,21 @@ | `value=(empty string)`| (initial)| `` | | `value=(array with string)`| (changed)| `"string"` | | `value=(empty array)`| (initial)| `` | -| `value=(object)`| (changed, ssr error, ssr mismatch)| `"result of toString()"` | +| `value=(object)`| (changed)| `"result of toString()"` | | `value=(numeric string)`| (changed)| `"42"` | | `value=(-1)`| (changed)| `"-1"` | | `value=(0)`| (changed)| `"0"` | | `value=(integer)`| (changed)| `"1"` | | `value=(NaN)`| (changed, warning)| `"NaN"` | | `value=(float)`| (changed)| `"99.99"` | -| `value=(true)`| (changed, ssr mismatch)| `"true"` | -| `value=(false)`| (changed, ssr mismatch)| `"false"` | +| `value=(true)`| (changed)| `"true"` | +| `value=(false)`| (changed)| `"false"` | | `value=(string 'true')`| (changed)| `"true"` | | `value=(string 'false')`| (changed)| `"false"` | | `value=(string 'on')`| (changed)| `"on"` | | `value=(string 'off')`| (changed)| `"off"` | -| `value=(symbol)`| (initial, warning)| `` | -| `value=(function)`| (initial, warning)| `` | +| `value=(symbol)`| (initial, warning, ssr error, ssr mismatch)| `` | +| `value=(function)`| (initial, warning, ssr mismatch)| `` | | `value=(null)`| (initial, warning)| `` | | `value=(undefined)`| (initial)| `` | From 932c0c4b153343ba54d93f16cc879835656a773c Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sat, 12 Mar 2022 09:29:42 +0100 Subject: [PATCH 2/3] Poke CircleCI From 3d1d243b06a39ac455df83015b5ee69367ae82e9 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sun, 13 Mar 2022 10:35:10 +0100 Subject: [PATCH 3/3] Poke CircleCI