xo-reader: utest: + test variable lookup [working]
This commit is contained in:
parent
50dd94e354
commit
e712169daa
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ namespace xo {
|
|||
{"def foo : f64 = (3.14159265);"},
|
||||
//{"def foo : f64 = 2.0 * 3.14159265;"},
|
||||
{"def foo = lambda (x : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64, y : f64) 3.1415965;"}
|
||||
{"def foo = lambda (x : f64, y : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64) x;"}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue