summary refs log tree commit diff
path: root/bin/cash/tests/builtins/lineno.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cash/tests/builtins/lineno.0')
-rw-r--r--bin/cash/tests/builtins/lineno.016
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/cash/tests/builtins/lineno.0 b/bin/cash/tests/builtins/lineno.0
new file mode 100644
index 00000000..d70fdf12
--- /dev/null
+++ b/bin/cash/tests/builtins/lineno.0
@@ -0,0 +1,16 @@
+# $FreeBSD: releng/12.0/bin/sh/tests/builtins/lineno.0 179023 2008-05-15 19:58:44Z stefanf $
+echo $LINENO
+echo $LINENO
+
+f() {	
+	echo $LINENO
+	echo $LINENO
+}
+
+f
+
+echo ${LINENO:-foo}
+echo ${LINENO=foo}
+echo ${LINENO:+foo}
+echo ${LINENO+foo}
+echo ${#LINENO}
href='/torus/commit/client.c?h=backport&id=3a556f5f020d627e40b002be5370799f411e7869&follow=1'>Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe