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

Pending label containing curly bracket crashes #447

Closed
AirQuick opened this issue Nov 20, 2018 · 3 comments · Fixed by #463
Closed

Pending label containing curly bracket crashes #447

AirQuick opened this issue Nov 20, 2018 · 3 comments · Fixed by #463
Labels

Comments

@AirQuick
Copy link
Member

AirQuick commented Nov 20, 2018

	<x:pending>
		<x:label>{</x:label>
		<x:scenario label="scenario" />
	</x:pending>

or

	<x:pending label="{">
		<x:scenario label="scenario" />
	</x:pending>

or

<x:scenario label="scenario" pending="{"/>

crashes both on XSLT and XQuery

@galtm
Copy link
Member

galtm commented Mar 4, 2019

@AirQuick: I see that you logged several issues related to curly brackets. I found an issue where the compiled test is invalid if //x:context/x:param/@select uses syntax like select="map{'key': 'myvalue'}". Should I log a new issue, or does what I described sound redundant with what's already fixed in #463?

@AirQuick
Copy link
Member Author

AirQuick commented Mar 5, 2019

@galtm
Can you log a new issue?
I didn't know the problem you found. If it's already fixed, it's just an incidental result of a certain fix.
Thank you for bringing the problem to attention.

@galtm
Copy link
Member

galtm commented Mar 5, 2019

@AirQuick
Here is the new issue: #538

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

Successfully merging a pull request may close this issue.

2 participants