mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
chore: add test
This commit is contained in:
parent
f3b899d742
commit
8d125a07c5
1 changed files with 6 additions and 0 deletions
|
@ -644,6 +644,12 @@ mod tests {
|
|||
"¥18,443".to_owned()
|
||||
);
|
||||
}
|
||||
NumberFormat::Yuan => {
|
||||
assert_eq!(
|
||||
type_option.decode_cell_data(data("18443"), &field_meta),
|
||||
"CN¥18,443".to_owned()
|
||||
);
|
||||
}
|
||||
NumberFormat::EUR => {
|
||||
assert_eq!(
|
||||
type_option.decode_cell_data(data("18443"), &field_meta),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue