Convert t/op/oct.t's main tests to data structure and loops.
authorNicholas Clark <nick@ccl4.org>
Tue, 15 Mar 2011 15:14:28 +0000 (15:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 15 Mar 2011 15:14:28 +0000 (15:14 +0000)
commit0d160371061f6cce0d19afa2e5e94dc360c63a4d
tree179159b0fb7a9890e360742846da0d31aedb8f42
parentc91473c9ef91bf50f2b5337c625bc6b737985bb8
Convert t/op/oct.t's main tests to data structure and loops.

This will make it easier to test that expected warnings are generated. However,
parts of the existing perl code would generate warnings if warnings were
enabled, as it seems that the source code literals used are also intended as
tests for edge cases in the parser.
t/op/oct.t