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

Invalid data is generated when we use default constructors #98

Open
mabdi opened this issue Sep 9, 2020 · 0 comments
Open

Invalid data is generated when we use default constructors #98

mabdi opened this issue Sep 9, 2020 · 0 comments

Comments

@mabdi
Copy link
Owner

mabdi commented Sep 9, 2020

testAddNumericColumnNamedEvaluated_amp_A14
	| evaluationBlock lastColumnDescription tmp_ihsjUncFWx1 tmp_zT6PFs65HH2 tmp_16NrekBxkO1 |
	evaluationBlock := [ :x | x asInteger ].
	tmp_ihsjUncFWx1 := table
		addNumericColumnNamed: 'numeric'
		evaluated: evaluationBlock.
	tmp_16NrekBxkO1 := tmp_ihsjUncFWx1
		addButtonColumnNamed: 'test'
		iconName: 'delete'
		onClick: BlockClosure new
		tooltip: 'Example tooltip.'.
	tmp_zT6PFs65HH2 := table columnDescriptions.
	lastColumnDescription := tmp_zT6PFs65HH2 last

having BlockClosure new causes an error in assertion generation.

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