blob: 554e3458308c7399ac1a67a6b3d3d482b668cc65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module parser
asset scripts:
path: ../asset/parser
test Parser:
spawn as p
with p:
send "load non-existing-file.et"
expect /load-failed file-not-found .*/
send "load ${scripts.path}/indent.et"
expect /load-done/
|