Add new acceptance test scenario 025
```
help: ┍━ left ━━━━━━━━┑
│ (con unit ()) │
┕━━━━━━━━━━━━━━━┙
should be equal to
┍━ right ━━━━━━━┑
│ (con unit ()) │
┕━━━━━━━━━━━━━━━┙
```
This commit is contained in:
parent
f511b2f71b
commit
fccad9e7dd
|
|
@ -0,0 +1,2 @@
|
|||
name = "acceptance_test_025"
|
||||
version = "0.0.0"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
test nil_1() {
|
||||
Nil == Nil
|
||||
}
|
||||
Loading…
Reference in New Issue