add: unicode test cases for cross-sheet names #2047
No reviewers
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#2047
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "unicode-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds additional
corner cases
tests for unicode names in worksheets being referenced in the same workbook.All the tests pass in nodejs and (should) with browser (minus the Windows exceptions).
Provides tests for the fix @mohammedsahl added (#2046)
Looks good! Running the browser suite now, @janiewang26 https://app.saucelabs.com/open_sauce/user/sheetjs/tests/vdc shows the tests and https://app.saucelabs.com/open_sauce/user/sheetjs/builds shows the most recently finished builds. Once all the tests pass, merge the changes
The travis fails are due to the test_files not having been updated. I can do this after merging