mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(gleam): update tests reflecting recent changes
This commit is contained in:
parent
c8c083e8ce
commit
4a4c475617
6 changed files with 103 additions and 102 deletions
|
|
@ -1,13 +1,13 @@
|
|||
pub fn main() {
|
||||
assert Ok(i) = parse_int("123")
|
||||
// <- exception
|
||||
// ^ type
|
||||
// ^^ constructor
|
||||
// ^ punctuation.bracket
|
||||
// ^ variable
|
||||
// ^ punctuation.bracket
|
||||
// ^ operator
|
||||
// ^ function
|
||||
// ^^^^^^^^^ function.call
|
||||
// ^ punctuation.bracket
|
||||
// ^ string
|
||||
// ^^^^^ string
|
||||
// ^ punctuation.bracket
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue