From 62b65e16f5ef4e59dcfbdc10ae2b3cd419d79d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 1 May 2026 10:02:50 +0200 Subject: Parsing distinction for single-word and function-call terms --- test/script/parser.et | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/script/parser.et') diff --git a/test/script/parser.et b/test/script/parser.et index 554e345..1a00bc8 100644 --- a/test/script/parser.et +++ b/test/script/parser.et @@ -11,3 +11,9 @@ test Parser: send "load ${scripts.path}/indent.et" expect /load-done/ + + send "load ${scripts.path}/function.et" + expect /load-done/ + + send "load ${scripts.path}/function-fail.et" + expect /load-failed parse-error/ -- cgit v1.2.3