mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Skip nested string interpolation test on wasm
This commit is contained in:
parent
1981135238
commit
d39aa74006
1 changed files with 3 additions and 0 deletions
|
@ -1359,6 +1359,9 @@ fn interpolation_with_operator_desugaring() {
|
|||
);
|
||||
}
|
||||
|
||||
// This test doesn't work on wasm because wasm expects <span>s, but
|
||||
// the point of the test is the string interpolation behavior.
|
||||
#[cfg(not(feature = "wasm"))]
|
||||
#[test]
|
||||
fn interpolation_with_nested_interpolation() {
|
||||
expect_failure(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue