Skip to content

Commit c49aa57

Browse files
GearsDatapackslpil
authored andcommitted
Remove javascript tests
1 parent 44a510a commit c49aa57

8 files changed

+0
-301
lines changed

compiler-core/src/javascript/tests/case.rs

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -413,59 +413,3 @@ pub fn go(x) {
413413
"
414414
);
415415
}
416-
417-
#[test]
418-
fn bit_array_assignment_utf16() {
419-
assert_js!(
420-
r#"
421-
pub fn main() {
422-
case <<"Hello":utf16>> {
423-
<<"Hello" as m:utf16>> -> m
424-
_ -> ""
425-
}
426-
}
427-
"#
428-
);
429-
}
430-
431-
#[test]
432-
fn bit_array_assignment_utf32() {
433-
assert_js!(
434-
r#"
435-
pub fn main() {
436-
case <<"Hello":utf32>> {
437-
<<"Hello" as m:utf32>> -> m
438-
_ -> ""
439-
}
440-
}
441-
"#
442-
);
443-
}
444-
445-
#[test]
446-
fn bit_array_assignment_utf16_little_endian() {
447-
assert_js!(
448-
r#"
449-
pub fn main() {
450-
case <<"Hello":utf16-little>> {
451-
<<"Hello" as m:utf16-little>> -> m
452-
_ -> ""
453-
}
454-
}
455-
"#
456-
);
457-
}
458-
459-
#[test]
460-
fn bit_array_assignment_utf32_little_endian() {
461-
assert_js!(
462-
r#"
463-
pub fn main() {
464-
case <<"Hello":utf32-little>> {
465-
<<"Hello" as m:utf32-little>> -> m
466-
_ -> ""
467-
}
468-
}
469-
"#
470-
);
471-
}

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__bit_arrays__negative_size.snap

Lines changed: 0 additions & 17 deletions
This file was deleted.

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__bit_arrays__negative_size_constant_value.snap

Lines changed: 0 additions & 17 deletions
This file was deleted.

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__bit_arrays__negative_size_pattern_3.snap

Lines changed: 0 additions & 35 deletions
This file was deleted.

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__case__bit_array_assignment_utf16.snap

Lines changed: 0 additions & 39 deletions
This file was deleted.

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__case__bit_array_assignment_utf16_little_endian.snap

Lines changed: 0 additions & 39 deletions
This file was deleted.

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__case__bit_array_assignment_utf32.snap

Lines changed: 0 additions & 49 deletions
This file was deleted.

compiler-core/src/javascript/tests/snapshots/gleam_core__javascript__tests__case__bit_array_assignment_utf32_little_endian.snap

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)