aboutsummaryrefslogtreecommitdiffstats
path: root/test/watchpoint1.script
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-11-24 23:03:43 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-11-24 23:03:43 +0200
commit4ab2029a091a88a3b1968c55468b8c91ae1e6a2d (patch)
treeb5f2f266ced5e5c84b04eb4703b7f8fb27a673f5 /test/watchpoint1.script
parentcd8cfd261a21ece90196b961f1113bffe8b25e1e (diff)
parent20d333afbaadde8a8daa4091e22cf549c6954a6a (diff)
downloadegawk-4ab2029a091a88a3b1968c55468b8c91ae1e6a2d.tar.gz
egawk-4ab2029a091a88a3b1968c55468b8c91ae1e6a2d.tar.bz2
egawk-4ab2029a091a88a3b1968c55468b8c91ae1e6a2d.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test/watchpoint1.script')
-rw-r--r--test/watchpoint1.script14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/watchpoint1.script b/test/watchpoint1.script
new file mode 100644
index 00000000..94897d11
--- /dev/null
+++ b/test/watchpoint1.script
@@ -0,0 +1,14 @@
+list
+watch c
+display c
+display nr
+display NR
+break 6
+run
+continue
+continue
+continue
+continue
+continue
+continue
+quit