summaryrefslogtreecommitdiff
path: root/tests/auto/yaml/data/test.yaml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-03-17 17:37:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-21 17:40:07 +0000
commitaf6151f2f34fb44ef4631d9c4de874b7dd13d7c6 (patch)
treec4bd6a40db6d91030a1603ee6e8bb161a89651ec /tests/auto/yaml/data/test.yaml
parentab249a81bbf4b32882ee5c2289191f1f0d106f13 (diff)
downloadqtapplicationmanager-6.4.tar.gz
yaml: missing values are actually null/~, not empty strings6.4
Change-Id: I6ca98e219bf4c3de9a1eaaae5ddeb7e7cfa27107 Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit 0ae6d0a3637075fe8005361177eae3142eee0a77) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/yaml/data/test.yaml')
-rw-r--r--tests/auto/yaml/data/test.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/yaml/data/test.yaml b/tests/auto/yaml/data/test.yaml
index b16e3d39..7b2e5e84 100644
--- a/tests/auto/yaml/data/test.yaml
+++ b/tests/auto/yaml/data/test.yaml
@@ -15,6 +15,7 @@ bool-false: false
bool-no: no
null-literal: null
null-tilde: ~
+null-empty:
string-unquoted: unquoted
string-singlequoted: 'singlequoted'
string-doublequoted: "doublequoted"