This commit is contained in:
Simon Gardling 2022-03-10 16:49:39 -05:00
parent d37adbecc5
commit 2226872ebf

View File

@ -192,7 +192,7 @@ fn test_file_data() {
FontData::from_owned(include_bytes!("../assets/Hack-Regular.ttf").to_vec()) FontData::from_owned(include_bytes!("../assets/Hack-Regular.ttf").to_vec())
); );
let json_data: Value = serde_json::from_str(&include_str!("../assets/text.json")).unwrap(); let json_data: Value = serde_json::from_str(include_str!("../assets/text.json")).unwrap();
assert_eq!( assert_eq!(
FILE_DATA.text_help_expr, FILE_DATA.text_help_expr,