Skip to content
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

Documentation: Nested comments #113

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

2xB
Copy link
Member

@2xB 2xB commented Jun 10, 2024

A test configuration for this behavior is the following simple Kassiopeia XML file:

<!-- <!-- --> <error value="1"/> --> <error value="2"/>

This will error with value 2.

The relevant question here is whether or not this behavior is intended. This behavior for nested comments is rather unusual, but changing this may affect existing configurations. Should we document this as potentially changing, or is the documentation fitting as it is here?

2xB added 2 commits June 10, 2024 18:23
A test configuration for this behavior is the following simple Kassiopeia XML file:

```
<!-- <!-- --> <error value="1"/> --> <error value="2"/>
```

This will error with value 2.
@richeldichel
Copy link
Contributor

I also fear that we break a lot of existing code if we apply pure xml syntax here. So, adding this to the documentation seems like the most reasonable solution.

@richeldichel richeldichel merged commit 7a5d14b into KATRIN-Experiment:main Aug 16, 2024
4 checks passed
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.

2 participants