aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile13.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-01-19 20:52:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-01-19 20:52:46 +0200
commit15db23b88c2866ed900177cbf11ce37e373e5e20 (patch)
tree4adfc1f12e9877e5c567e46c4702400054bc8d2a /test/profile13.ok
parenta2a6e548bc3afcbf4c7401ebdfa8213dbe4e8dea (diff)
downloadegawk-15db23b88c2866ed900177cbf11ce37e373e5e20.tar.gz
egawk-15db23b88c2866ed900177cbf11ce37e373e5e20.tar.bz2
egawk-15db23b88c2866ed900177cbf11ce37e373e5e20.zip
Fix a pretty-printer error with print[f].
Diffstat (limited to 'test/profile13.ok')
-rw-r--r--test/profile13.ok5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/profile13.ok b/test/profile13.ok
new file mode 100644
index 00000000..258238a9
--- /dev/null
+++ b/test/profile13.ok
@@ -0,0 +1,5 @@
+BEGIN {
+ printf("hello\n") > "/dev/stderr"
+ printf("hello\n") > "/dev/stderr"
+}
+