[PowerAssert] Add codegen tests
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Assertion failed
|
||||
assert(
|
||||
text
|
||||
|
|
||||
Hello
|
||||
== null ||
|
||||
|
|
||||
false
|
||||
(
|
||||
text.length == 5 &&
|
||||
| | |
|
||||
| | true
|
||||
| 5
|
||||
Hello
|
||||
text.toLowerCase() == text
|
||||
| | | |
|
||||
| | | Hello
|
||||
| | false
|
||||
| hello
|
||||
Hello
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user