nvim-treesitter/tests/indent/gleam/assert.gleam

5 lines
58 B
Gleam
Raw Normal View History

2022-02-12 15:12:05 -08:00
pub fn main() {
assert Ok(i) ==
2022-02-12 15:12:05 -08:00
parse_int("123")
}