From 9122a2658966720d0dfca98a577bb46a2510313e Mon Sep 17 00:00:00 2001 From: Ben Reinhart Date: Fri, 17 Sep 2021 16:29:45 -0400 Subject: [PATCH] tests: ensure output of illegal ident is quoted --- README.md | 2 +- .../expected_kdl/unusual_bare_id_chars_in_quoted_id.kdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e2d429..739142c 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ smile "😁" "!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true // The following is a legal bare identifier: -foo123~!@#$%^&*.:'|/?+ "weeee" +foo123~!@#$%^&*.:'|?+ "weeee" // And you can also use unicode! ノード お名前="☜(゚ヮ゚☜)" diff --git a/tests/test_cases/expected_kdl/unusual_bare_id_chars_in_quoted_id.kdl b/tests/test_cases/expected_kdl/unusual_bare_id_chars_in_quoted_id.kdl index 7429425..ab3bced 100644 --- a/tests/test_cases/expected_kdl/unusual_bare_id_chars_in_quoted_id.kdl +++ b/tests/test_cases/expected_kdl/unusual_bare_id_chars_in_quoted_id.kdl @@ -1 +1 @@ -foo123~!@#$%^&*.:'|/?+ "weeee" +"foo123~!@#$%^&*.:'|/?+" "weeee"