AlexJitianu / oXygen-XML-editor-xspec-support

An oxygen XML Editor plugin intended to help those that create XSpec scenarios.
0 stars 0 forks source link

Capitals in Element names #1

Open nkutsche opened 7 years ago

nkutsche commented 7 years ago

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 commented 7 years ago

FYI: I discovered the issue in Oxygen 18.1.