daisy / daisy/MathCAT

Vietnamese braille number bug: 1,000

Open
#243 1 comment 0 reactions 0 assignees View on GitHub
braille bug rust
Dominant language
Rust
Stars
114
Forks
85
Avg merge
1d 11h
Merged PRs (30d)
42

Description

The following test fails:
```
fn number_3a () {
let expr = "";
test_braille_prefs("Vietnam", vec![("DecimalSeparators", ","), ("BlockSeparators", ". ")], expr, "⠼⠁⠄⠚⠚⠚");
}
```
The problem is this somehow needs to recognize this really is meant to be `1.000` and convert the `,` to `.` in the braille output.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.