projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
92d69e2
)
Test C< ()=() >
Chip Salzenberg [Thu, 26 Dec 1996 02:07:36 +0000 (14:07 +1200)]
t/op/misc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/misc.t
b/t/op/misc.t
index
024a514
..
5bcc6a0
100755
(executable)
--- a/
t/op/misc.t
+++ b/
t/op/misc.t
@@
-37,6
+37,8
@@
for (@prgs){
}
__END__
+()=()
+########
$cusp = ~0 ^ (~0 >> 1);
$, = " ";
print +($cusp - 1) % 8, $cusp % 8, -$cusp % 8, ($cusp + 1) % 8, "!\n";