mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix test
This commit is contained in:
parent
ea755e5bc6
commit
4140739b93
2 changed files with 4 additions and 2 deletions
4
unittest/parser/p1.expected
Normal file
4
unittest/parser/p1.expected
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
t1: f (g x) y
|
||||
loc(t1): at line 0, column 0 - at line 0, column 9
|
||||
t2: let x := 1 in (f (f x 2))
|
||||
loc(t2): at line 0, column 0 - at line 0, column 21
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
|
||||
Loading…
Add table
Reference in a new issue