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"