Add highlight test for `let assert`

pull/844/head
Jonathan Arnett 2023-03-03 16:30:06 +07:00
parent 12e8cad3d9
commit 3c20676cdf
1 changed files with 6 additions and 0 deletions

@ -108,3 +108,9 @@ fn comment_string_test() {
// ^ function
// ^ string
}
fn let_assert_test() {
let assert #(x, _) = #(1, 2)
// <- keyword
// ^ keyword
}