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

Capitals in Element names #1

Open
nkutsche opened this issue Jun 28, 2017 · 1 comment
Open

Capitals in Element names #1

nkutsche opened this issue Jun 28, 2017 · 1 comment

Comments

@nkutsche
Copy link

Hi Alex,

I had just some strange problems with your plugin.

When I use the Diff function to compare the expected with the current result in the Oxygen XML Diff Viewer, all element names was converted into lower case.

This is my scenario:

<x:scenario label="test">
	<x:context>
		<CAPS>CAPS</CAPS>
	</x:context>
	<x:expect label="identity result">
		<Caps>CAPS</Caps>
	</x:expect>
</x:scenario>

I get in the Oxygen XML Diff:

As result:
<caps>CAPS</caps>

As expected:
<caps>CAPS</caps>

Hopefully you can fix it.

Best Regards,
Nico

@nkutsche
Copy link
Author

FYI:
I discovered the issue in Oxygen 18.1.

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

No branches or pull requests

1 participant