From 91f06c38c1dd8fd7c8f71637128faf6dbc9b460e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/parser/alias15.0 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bin/1sh/tests/parser/alias15.0 (limited to 'bin/1sh/tests/parser/alias15.0') diff --git a/bin/1sh/tests/parser/alias15.0 b/bin/1sh/tests/parser/alias15.0 deleted file mode 100644 index a070fd66..00000000 --- a/bin/1sh/tests/parser/alias15.0 +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/parser/alias15.0 261192 2014-01-26 21:19:33Z jilles $ - -f_echoanddo() { - printf '%s\n' "$*" - "$@" -} - -alias echoanddo='f_echoanddo ' -alias alias0='echo test2' -eval 'echoanddo echo test1' -eval 'echoanddo alias0' -exit 0 -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/bin/cash/libedit/sys.h (unfollow)
Commit message (Expand)Author
2019-02-09Avoid using SGRReset and IRCResetJune McEnroe
2019-02-08Use X macros for hi classesJune McEnroe
2019-02-08Don't open folds when using {}June McEnroe
2019-02-08Add sh syntax to hiJune McEnroe
2019-02-08Use [] to quote special characters in regexJune McEnroe
2019-02-08Improve ANSI output and base IRC on itJune McEnroe
2019-02-08Add hi -nJune McEnroe
2019-02-08Elaborate hi man pageJune McEnroe
2019-02-08Use set for parent in hiJune McEnroe
2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe
2019-02-08Match only the basename in hiJune McEnroe
2019-02-07Add mdoc syntax to hiJune McEnroe
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe