Skip to content

Commit

Permalink
fix(core/src/test): typos/errors in patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-ley-scrub committed Jan 6, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 3005a0c commit 5da1d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/core/src/test.rs
Original file line number Diff line number Diff line change
@@ -3174,7 +3174,7 @@ fn kotlin_replace_binding_pattern_kind() {
pattern: r#"
|language kotlin
|
|`binding_pattern_kind()` => `var`
|binding_pattern_kind() => `var`
|"#
.trim_margin()
.unwrap(),
@@ -3297,7 +3297,7 @@ fn kotlin_match_string_literal() {
pattern: r#"
|language kotlin
|
|`var name = ^name`
|`var name = $name`
|"#
.trim_margin()
.unwrap(),
@@ -3408,7 +3408,7 @@ fn kotlin_match_simple_assignment() {
pattern: r#"
|language kotlin
|
|`val key = ^value`
|`val key = $value`
|"#
.trim_margin()
.unwrap(),

0 comments on commit 5da1d43

Please sign in to comment.