xo-reader: utest: restore nested def utest
This commit is contained in:
parent
809f2df37d
commit
eb2d627f85
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace xo {
|
|||
{"def foo = lambda (x : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64, y : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64) x;"},
|
||||
//{"def foo = lambda (x : f64) { def y = x * x; y; }"},
|
||||
{"def foo = lambda (x : f64) { def y = x * x; y; };"},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue