mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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,4 +1,4 @@
|
|||
pub fn main() {
|
||||
assert Ok(i) =
|
||||
assert Ok(i) ==
|
||||
parse_int("123")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue