mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
string equality
This commit is contained in:
parent
816828040d
commit
aa113f169c
3 changed files with 39 additions and 8 deletions
|
@ -809,7 +809,7 @@ fn str_from_utf8_fail_surrogate_half() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-dev"))]
|
||||
fn str_equality() {
|
||||
assert_evals_to!(r#""a" == "a""#, true, bool);
|
||||
assert_evals_to!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue