<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#copied {background-color:#ccccff;}
tr.alt #copied {background-color:#bbbbf7;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="5">Commit in <b><tt>metaas/trunk/src/test/resources</tt></b></td></tr>
<tr><td><tt><a href="#file1"><span id="added">AllSyntax.as</span></a></tt> </td><td></td><td align="right" id="added">+69</td><td></td><td nowrap="nowrap" align="right">added 696</td></tr>
</table>
<div class="tasklist"><ul>
<li><a href="#task1">TODO:                        hex = 0x3;</a></li>
</ul></div>
<pre class="comment">
an AS3 file that tries to exemplify all possible syntax
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="added">metaas/trunk/src/test/resources</span><br />
<div class="fileheader" id="added"><big><b>AllSyntax.as</b></big> <small id="info">added at 696</small></div>
<pre class="diff"><small id="info">--- trunk/src/test/resources/AllSyntax.as         (rev 0)
+++ trunk/src/test/resources/AllSyntax.as        2008-03-25 23:02:23 UTC (rev 696)
@@ -0,0 +1,69 @@
</small></pre><pre class="diff" id="added">+/*fpkg*/package foo.bar {
+        import pkg.Stuff;
+        /**
+         * java doc
+         */
+        public class /*f*/Blat extends Bing implements Febraz, Goo {
+
+                private var data:String;
+                private var data:* = womble();
+
+                public function Blat() {
+                        super();
+                        return;
+                }
+
+                [Annotate]
+                [Basic()]
+                [String("foo")]
+                [Num(1)]
+                [Bool(false)]
+                [Arg(foo="bar")]
+                [List(foo="bar", that=2)]
+                [Event("alpha")]
+                [Event("beta")]
+                private var x:String = 1;
+                /** javadoc? */
+                public static function func(arg:Number, foo=null, ...):Boolean {
+                        default xml namespace = "http://example.com/";
+                        for (var b=1;b<=10;b++) { bar(); }
+                        for (;;) { break; }
+                        for (var g in blah) { r(); }
+                        for each (var g in blah) { r(); }
+                        if (h==undefined) { throw new Error(); } else { /* bar */ }
+                        if (a) b();
+                        while (false) v();
+                        do { continue; } while (m);
+                        switch (blah) {
+                                case 3: x(); y();
+                                case 4: next;
+                                default: x(); y();
+                        }
+                        try {
+                                with (scope) foo();
+                        } catch (e) {
+                                var a=b?(x+y):new Foo();
+                        } catch (f:Error) {
+                                const X=new Thing();
+                        }
+                        try {
+                                foo();
+                        } finally {
+                                ff = function(y, z) { };
+                        }
+                        l=[1,'2'];
+                        xx = doc.ns::name;
+                        m={a:null};
<a name="task1" />+// <span class="task">TODO</span>:                        hex = 0x3;
+                        d = <foo bar="{blat}"/>;
+                        r = /regexp/;
+                        a = b.(@c);
+                        zz = a..b;
+                        zzz = a..@*;
+                        zzzz = a..@["foo"+b];
+                        /* unary expressions */
+                        --a; ++a; a--; a++; a = -a;
+                        return a.call(i.j*k, l[m]);
+                }
+        }
+} // trailing comment
</pre><pre class="diff"><small id="info">\ No newline at end of file
</small></pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.12</small></center>
</body></html>