From 378b9da1476cdcac14332b89f6286a450c4a7757 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 24 Jul 2026 16:15:46 +0200 Subject: fixed lexer initialization if $SCITECOPATH happens to contain glob characters * Always use ^ENq instead of ^EQq in the first argument of `EN`. * Added a "Globbing" test case - globbing was undertested anyway. --- lib/lexer.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/lexer.tes b/lib/lexer.tes index af6793a..f7c1ae4 100644 --- a/lib/lexer.tes +++ b/lib/lexer.tes @@ -26,7 +26,7 @@ !* Automatically mung all the lexers and add them to "lexer.auto" *! [* EQ.[lexers] - [_ 1ENQ[$SCITECOPATH]/lexers/*.tes ]_ J + [_ 1ENN[$SCITECOPATH]/lexers/*.tes ]_ J <:L;R 0X.[filename] 4R .U.p <-A-^^/"= 1; ':R;> .,Q.pX.[name] EIQ.[filename] -- cgit v1.2.3