Skip to content

Commit

Permalink
add phoneme test
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Jan 22, 2024
1 parent a94ca12 commit 63e4e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/jlabel-question/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ fn query() {
},
};

assert!(question(&["b^*"]).unwrap().test(&label));
assert!(question(&["*^o-*"]).unwrap().test(&label));

assert!(!question(&["*=i/A:*"]).unwrap().test(&label));

assert!(!question(&["*/A:-??+*", "*/A:-9+*"]).unwrap().test(&label));
Expand Down

0 comments on commit 63e4e9a

Please sign in to comment.