songs are nearly working entirely
Still needs audio and text_alignment, but it's nearly finished, then we can find a way to load an entire presentation at once and then track the changes to the presentation, and load songs from the files
This commit is contained in:
parent
8c29e7900a
commit
9bd657f139
4 changed files with 21 additions and 12 deletions
|
@ -591,6 +591,7 @@ You saved my soul"
|
|||
pub fn test_lisp_conversion() {
|
||||
let value = test_lisp_song();
|
||||
let song = Song::from(value);
|
||||
assert!(false, "{:?}", song);
|
||||
let test_song = test_song();
|
||||
assert_eq!(test_song, song);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue