xo-reader: utest: restore nested def utest

This commit is contained in:
Roland Conybeare 2025-07-06 14:33:19 -05:00
commit eb2d627f85

View file

@ -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; };"},
};
}