diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-24 23:04:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-24 23:04:32 +0200 |
commit | ced373985f55a20cc43370801647f33474530a9a (patch) | |
tree | c792d8ece43cd410e321d73ce2e35d4604d660c7 /test/watchpoint1.script | |
parent | c5ebd2f5f3b286d2c95895239c3f0861c75b7b5f (diff) | |
parent | 4ab2029a091a88a3b1968c55468b8c91ae1e6a2d (diff) | |
download | egawk-ced373985f55a20cc43370801647f33474530a9a.tar.gz egawk-ced373985f55a20cc43370801647f33474530a9a.tar.bz2 egawk-ced373985f55a20cc43370801647f33474530a9a.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'test/watchpoint1.script')
-rw-r--r-- | test/watchpoint1.script | 14 |
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 |