Skip to content

Conversation

@rezat-c
Copy link
Contributor

@rezat-c rezat-c commented Dec 17, 2025

This PR expands the test suite for the base crate, focusing on cell properties and styling.

Copy link
Member

@nhatcher nhatcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The failing tests might not be related to your changes. I will check soon.
Many thanks!

model._set("A5", "1+2");
model._set("A6", "TRUE");
model._set("A7", "#VALUE!");
model._set("A8", "=Z100"); // an empty cell, considered to be a CellType::Number
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you removing this test?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rezat-c ping

@nhatcher
Copy link
Member

Hi @rezat-c , please rebase main. I fixed the issue with the failing tests

@rezat-c
Copy link
Contributor Author

rezat-c commented Dec 18, 2025

done

Copy link
Member

@nhatcher nhatcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a valid test is being removed?

model._set("A5", "1+2");
model._set("A6", "TRUE");
model._set("A7", "#VALUE!");
model._set("A8", "=Z100"); // an empty cell, considered to be a CellType::Number
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rezat-c ping

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