Skip to content

adding newline characters to special characters that require quoting … #829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

robertpatrick
Copy link
Member

@robertpatrick robertpatrick commented Feb 2, 2021

…in YAML

Fixes #823

@@ -102,7 +102,7 @@ class PythonToYaml(object):
_class_name = 'PythonToYaml'
# 4 spaces
_indent_unit = ' '
_requires_quotes_chars_regex = '[:{}\[\],&*#?|<>=!%@`-]'
_requires_quotes_chars_regex = '[\r\n:{}\[\],&*#?|<>=!%@`-]'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both files need updates to copyright dates and current format:

Copyright (c) [year,] year, Oracle and/or its affiliates.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright (c) 2019, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible bug in discoverDomain found when weblogic configuration field "Notes" is too long
5 participants