Unnamed repository; edit this file 'description' to name the repository.
1
2
3
((content) @injection.content
 (#set! injection.language "html")
 (#set! injection.combined))
let enter_tests = [ ( indoc! {r##" type Test struct {#[}|]# "##}, "i<ret>", indoc! {"\ type Test struct { \t#[|\n]# } "}, ), ( indoc! {"\ func main() { \tswitch nil {#[}|]# } "}, "i<ret>", indoc! {"\ func main() { \tswitch nil { \t\t#[|\n]# \t} } "}, ), ]; for test in enter_tests { test_with_config(app(), test).await?; } Ok(()) }