xo-reader: bugfix: missed expect_symbol_xs.start() + utest to reveal
This commit is contained in:
parent
a5e2f622a4
commit
2df98cc029
2 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ namespace xo {
|
|||
{"def foo : f64 = 3.14159265;"},
|
||||
{"def foo : f64 = (3.14159265);"},
|
||||
//{"def foo : f64 = 2.0 * 3.14159265;"},
|
||||
{"def foo = lambda (x : f64) 3.1415965;"}
|
||||
{"def foo = lambda (x : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64, y : f64) 3.1415965;"}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue