mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Add crash fmt test
This commit is contained in:
parent
ea386bf0af
commit
f9de522004
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
_ = crash ""
|
||||
_ = crash "" ""
|
||||
_ = crash 15 123
|
||||
_ = try foo (\_ -> crash "")
|
||||
_ =
|
||||
_ = crash ""
|
||||
|
||||
crash
|
||||
|
||||
{ f: crash "" }
|
Loading…
Add table
Add a link
Reference in a new issue