mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
tests(gleam): fix assert tests that no longer parse correctly
This commit is contained in:
parent
a83f2d1417
commit
75ee7ff2f0
5 changed files with 11 additions and 10 deletions
|
|
@ -1,13 +1,13 @@
|
|||
pub fn main() {
|
||||
assert Ok(i) = parse_int("123")
|
||||
assert Ok(i) == parse_int("123")
|
||||
// <- @keyword.exception
|
||||
// ^^ @constructor
|
||||
// ^ @punctuation.bracket
|
||||
// ^ @variable
|
||||
// ^ @punctuation.bracket
|
||||
// ^ @operator
|
||||
// ^^^^^^^^^ @function.call
|
||||
// ^ @punctuation.bracket
|
||||
// ^^^^^ @string
|
||||
// ^ @punctuation.bracket
|
||||
// ^^^^^^^^^ @function.call
|
||||
// ^ @punctuation.bracket
|
||||
// ^^^^^ @string
|
||||
// ^ @punctuation.bracket
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue