mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
add tests
This commit is contained in:
parent
e82dd43465
commit
6edee521cb
4 changed files with 60 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Expr(If(IndentElseBranch(@31), @0), @0)
|
|
@ -0,0 +1,4 @@
|
|||
if thing then
|
||||
whatever
|
||||
else
|
||||
something better
|
Loading…
Add table
Add a link
Reference in a new issue