diff options
Diffstat (limited to 'test/dbugtypedre1.ok')
-rw-r--r-- | test/dbugtypedre1.ok | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/dbugtypedre1.ok b/test/dbugtypedre1.ok new file mode 100644 index 00000000..de3c8bcd --- /dev/null +++ b/test/dbugtypedre1.ok @@ -0,0 +1,17 @@ +Watchpoint 1: e +Starting program: +scalar_n +untyped +regexp +scalar_s +array scalar_n +Stopping in BEGIN ... +Watchpoint 1: e + Old value: untyped variable + New value: @/foo/ +main() at `typeof1.awk':7 +7 e = @/foo/ ; print typeof(e) +regexp +8 print typeof(@/bar/) +e = @/foo/ +EXIT CODE: 2 |