update
This commit is contained in:
10
tests/debug_assert.sl
Normal file
10
tests/debug_assert.sl
Normal file
@@ -0,0 +1,10 @@
|
||||
import stdlib/debug.sl
|
||||
import stdlib/io.sl
|
||||
|
||||
word main
|
||||
1 assert
|
||||
2 2 == assert
|
||||
"should not print" 1 assert_msg
|
||||
"debug assert ok" puts
|
||||
"assert_msg ok" puts
|
||||
end
|
||||
Reference in New Issue
Block a user