strip ubuntu light font

This commit is contained in:
Simon Gardling
2022-06-01 01:49:55 -04:00
parent 8e8afd9876
commit dcb46be633
5 changed files with 47 additions and 5 deletions

View File

@@ -195,3 +195,9 @@ fn newtons_method() {
);
assert_eq!(data, None);
}
#[test]
fn to_unicode_hash() {
use ytbn_graphing_software::to_unicode_hash;
assert_eq!(to_unicode_hash('\u{1f31e}'), "\\U1F31E");
}