fix(gleam): update tests reflecting recent changes

This commit is contained in:
Amaan Qureshi 2023-03-08 21:40:09 -05:00
parent c8c083e8ce
commit 4a4c475617
6 changed files with 103 additions and 102 deletions

View file

@ -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
}